Browse Source

Missing the preprocessor define in the project generation.

Areloch 9 years ago
parent
commit
f54fde9c6b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Tools/CMake/torque3d.cmake

+ 4 - 0
Tools/CMake/torque3d.cmake

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