shared library

This commit is contained in:
2026-07-28 21:52:00 +02:00
parent 07409ebe1e
commit c44a88bc7b
+1 -1
View File
@@ -27,7 +27,7 @@ static
{ {
if (!Compiler.IsBuilding) return; if (!Compiler.IsBuilding) return;
CxxBuildTool.CMake(Compiler.ProjectDir + "/KTX-Software/lib", Compiler.BuildDir + "/" + Compiler.ProjectName, "-D BUILD_SHARED_LIBS=OFF"); CxxBuildTool.CMake(Compiler.ProjectDir + "/KTX-Software/lib", Compiler.BuildDir + "/" + Compiler.ProjectName);
/*List<String> files = new .(64); /*List<String> files = new .(64);
defer { DeleteContainerAndItems!(files); } defer { DeleteContainerAndItems!(files); }