mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +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)
|
||||
endif()
|
||||
|
||||
if(TORQUE_EXPERIMENTAL_EC)
|
||||
addDef(TORQUE_EXPERIMENTAL_EC)
|
||||
endif()
|
||||
|
||||
#modules dir
|
||||
file(GLOB modules "modules/*.cmake")
|
||||
foreach(module ${modules})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue