From f12745a005f3460b305064b8c93a429e00c5d6de Mon Sep 17 00:00:00 2001 From: Xiao Qi Date: Wed, 2 Nov 2022 21:10:44 +0800 Subject: [PATCH] Added lines to generate sln for building and testing --- premake5.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/premake5.lua b/premake5.lua index d9caa58..d4538ee 100644 --- a/premake5.lua +++ b/premake5.lua @@ -1,5 +1,13 @@ AssimpInclude = "%{wks.location}\\Dependencies\\assimp" +-- workspace "ModelCompile" +-- architecture "x64" +-- configurations +-- { +-- "Release", +-- "Debug" +-- } + project "ModelCompileLibrary" kind "ConsoleApp" language "C++" @@ -7,7 +15,6 @@ project "ModelCompileLibrary" targetdir (outputdir) objdir (interdir) systemversion "latest" - files {