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"
outputdir = "%{wks.location}/bin/%{cfg.buildcfg}"
interdir = "%{wks.location}/bin_int"
workspace "ModelCompile"
architecture "x64"
configurations
{
"Release",
"Debug"
}
-- outputdir = "%{wks.location}/bin/%{cfg.buildcfg}"
-- interdir = "%{wks.location}/bin_int"
-- workspace "ModelCompile"
-- architecture "x64"
-- configurations
-- {
-- "Release",
-- "Debug"
-- }
project "ModelCompiler"
kind "ConsoleApp"

View File

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