Przeglądaj źródła

Missing the preprocessor define in the project generation.

Areloch 9 lat temu
rodzic
commit
f54fde9c6b
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      Tools/CMake/torque3d.cmake

+ 4 - 0
Tools/CMake/torque3d.cmake

@@ -428,6 +428,10 @@ if(TORQUE_DEDICATED)
     addDef(TORQUE_DEDICATED)
     addDef(TORQUE_DEDICATED)
 endif()
 endif()
 
 
+if(TORQUE_EXPERIMENTAL_EC)
+	addDef(TORQUE_EXPERIMENTAL_EC)
+endif()
+
 #modules dir
 #modules dir
 file(GLOB modules "modules/*.cmake")
 file(GLOB modules "modules/*.cmake")
 foreach(module ${modules})
 foreach(module ${modules})