mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Missing the preprocessor define in the project generation.
This commit is contained in:
parent
03e6228e56
commit
f54fde9c6b
1 changed files with 4 additions and 0 deletions
|
|
@ -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})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue