Changed project name in premake

This commit is contained in:
Xiao Qi 2022-11-04 14:41:07 +08:00
parent f12745a005
commit 672b2dd92c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ AssimpInclude = "%{wks.location}\\Dependencies\\assimp"
-- "Debug" -- "Debug"
-- } -- }
project "ModelCompileLibrary" project "ModelCompiler"
kind "ConsoleApp" kind "ConsoleApp"
language "C++" language "C++"
cppdialect "C++20" cppdialect "C++20"