shared library
This commit is contained in:
+1
-1
@@ -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); }
|
||||||
|
|||||||
Reference in New Issue
Block a user