additions

This commit is contained in:
2026-05-24 00:40:45 +03:00
parent c5aef33171
commit c55a34f33c
42 changed files with 5019 additions and 2331 deletions

View File

@@ -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"});