Changed solution name
This commit is contained in:
parent
a745a410c4
commit
2c1ddb7bf3
|
@ -1,4 +1,4 @@
|
|||
project "Assimp Compile Library"
|
||||
project "MeshCompileLibrary"
|
||||
kind "ConsoleApp"
|
||||
language "C++"
|
||||
cppdialect "C++20"
|
|
@ -1,7 +1,7 @@
|
|||
IncludeDir = {}
|
||||
IncludeDir["assimp"] = "%{wks.location}\\Dependencies\\assimp"
|
||||
|
||||
workspace "Assimp Compile Library"
|
||||
workspace "MeshCompileLibrary"
|
||||
architecture "x64"
|
||||
startproject "Assimp Compile Application"
|
||||
|
||||
|
@ -20,4 +20,4 @@ workspace "Assimp Compile Library"
|
|||
outputdir = "%{wks.location}/bin/%{cfg.buildcfg}"
|
||||
interdir = "%{wks.location}/bin_int"
|
||||
|
||||
include "Assimp Compile Application"
|
||||
include "MeshCompileLibrary"
|
Loading…
Reference in New Issue