Missing the preprocessor define in the project generation.

This commit is contained in:
Areloch 2016-05-19 23:42:38 -05:00
parent 03e6228e56
commit f54fde9c6b

View file

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