2022-10-19 18:37:27 +08:00
|
|
|
IncludeDir = {}
|
|
|
|
IncludeDir["assimp"] = "%{wks.location}\\Dependencies\\assimp"
|
|
|
|
|
2022-10-31 15:21:47 +08:00
|
|
|
workspace "ModelCompileLibrary"
|
2022-10-19 18:37:27 +08:00
|
|
|
architecture "x64"
|
|
|
|
startproject "Assimp Compile Application"
|
|
|
|
|
|
|
|
configurations
|
|
|
|
{
|
|
|
|
"Debug",
|
2022-10-31 14:16:35 +08:00
|
|
|
"Release",
|
|
|
|
"Publish"
|
2022-10-19 18:37:27 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
flags
|
|
|
|
{
|
|
|
|
"MultiProcessorCompile"
|
|
|
|
}
|
|
|
|
|
|
|
|
outputdir = "%{wks.location}/bin/%{cfg.buildcfg}"
|
|
|
|
interdir = "%{wks.location}/bin_int"
|
|
|
|
|
2022-10-31 15:21:47 +08:00
|
|
|
include "ModelCompileLibrary"
|