additions
This commit is contained in:
@@ -26,9 +26,13 @@ DECLARE_BUILD_STAGE(engine)
|
||||
|
||||
"sv_dll.cpp",
|
||||
"cl_dll.cpp",
|
||||
|
||||
"miniaudio.cpp",
|
||||
|
||||
"kotgui.cpp",
|
||||
};
|
||||
|
||||
if ( GET_PROJECT_VALUE(config, "static") == "true" )
|
||||
if ( GET_PROJECT_VALUE(config, "steam") == "true" )
|
||||
{
|
||||
compileProject.files.AppendTail("steamnetwork.cpp");
|
||||
}
|
||||
@@ -39,6 +43,7 @@ DECLARE_BUILD_STAGE(engine)
|
||||
"../external/cglm/include",
|
||||
FUNNYSTDLIB"public",
|
||||
EXTERNAL"steamworks/public",
|
||||
EXTERNAL
|
||||
};
|
||||
if ( GET_PROJECT_VALUE(config, "steam") == "true" )
|
||||
compileProject.macros.AppendTail({"STEAM", "TRUE"});
|
||||
|
||||
Reference in New Issue
Block a user