mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Missing the preprocessor define in the project generation.
This commit is contained in:
parent
03e6228e56
commit
f54fde9c6b
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Reference in a new issue