Prepare for pull from main project

This commit is contained in:
Xiao Qi 2023-01-07 21:34:10 +08:00
parent e0392bd601
commit 6c951d3e42
2 changed files with 10 additions and 10 deletions

View File

@ -1,14 +1,14 @@
AssimpInclude = "%{prj.location}\\Dependencies\\assimp" AssimpInclude = "%{prj.location}\\Dependencies\\assimp"
outputdir = "%{wks.location}/bin/%{cfg.buildcfg}" -- outputdir = "%{wks.location}/bin/%{cfg.buildcfg}"
interdir = "%{wks.location}/bin_int" -- interdir = "%{wks.location}/bin_int"
workspace "ModelCompile" -- workspace "ModelCompile"
architecture "x64" -- architecture "x64"
configurations -- configurations
{ -- {
"Release", -- "Release",
"Debug" -- "Debug"
} -- }
project "ModelCompiler" project "ModelCompiler"
kind "ConsoleApp" kind "ConsoleApp"

View File

@ -18,7 +18,7 @@ int main(int argc, char* argv[])
{ {
std::vector<std::string> paths; std::vector<std::string> paths;
#if 0 #if 1
if (argc == 1) if (argc == 1)
{ {