Added lines to generate sln for building and testing
This commit is contained in:
parent
1b8c9ba29e
commit
f12745a005
|
@ -1,5 +1,13 @@
|
|||
AssimpInclude = "%{wks.location}\\Dependencies\\assimp"
|
||||
|
||||
-- workspace "ModelCompile"
|
||||
-- architecture "x64"
|
||||
-- configurations
|
||||
-- {
|
||||
-- "Release",
|
||||
-- "Debug"
|
||||
-- }
|
||||
|
||||
project "ModelCompileLibrary"
|
||||
kind "ConsoleApp"
|
||||
language "C++"
|
||||
|
@ -8,7 +16,6 @@ project "ModelCompileLibrary"
|
|||
objdir (interdir)
|
||||
systemversion "latest"
|
||||
|
||||
|
||||
files
|
||||
{
|
||||
"%{prj.location}/src/**.h",
|
||||
|
|
Loading…
Reference in New Issue