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"
|
AssimpInclude = "%{wks.location}\\Dependencies\\assimp"
|
||||||
|
|
||||||
|
-- workspace "ModelCompile"
|
||||||
|
-- architecture "x64"
|
||||||
|
-- configurations
|
||||||
|
-- {
|
||||||
|
-- "Release",
|
||||||
|
-- "Debug"
|
||||||
|
-- }
|
||||||
|
|
||||||
project "ModelCompileLibrary"
|
project "ModelCompileLibrary"
|
||||||
kind "ConsoleApp"
|
kind "ConsoleApp"
|
||||||
language "C++"
|
language "C++"
|
||||||
|
@ -8,7 +16,6 @@ project "ModelCompileLibrary"
|
||||||
objdir (interdir)
|
objdir (interdir)
|
||||||
systemversion "latest"
|
systemversion "latest"
|
||||||
|
|
||||||
|
|
||||||
files
|
files
|
||||||
{
|
{
|
||||||
"%{prj.location}/src/**.h",
|
"%{prj.location}/src/**.h",
|
||||||
|
|
Loading…
Reference in New Issue