Changed solution name

This commit is contained in:
Xiao Qi 2022-10-31 15:14:56 +08:00
parent a745a410c4
commit 2c1ddb7bf3
8 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
project "Assimp Compile Library"
project "MeshCompileLibrary"
kind "ConsoleApp"
language "C++"
cppdialect "C++20"

View File

@ -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"