mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 07:04:36 +00:00
define TORQUE_TESTS_ENABLED
This commit is contained in:
parent
d6a4c63c27
commit
2ef93acac6
4 changed files with 381 additions and 389 deletions
|
|
@ -212,7 +212,7 @@ endif (UNIX AND NOT APPLE)
|
|||
|
||||
if(TORQUE_TESTING)
|
||||
torqueAddSourceDirectories("testing")
|
||||
set(TORQUE_COMPILE_DEFINITIONS ${TORQUE_COMPILE_DEFINITIONS} TORQUE_SHARED SDL_MAIN_HANDLED)
|
||||
set(TORQUE_COMPILE_DEFINITIONS ${TORQUE_COMPILE_DEFINITIONS} TORQUE_SHARED SDL_MAIN_HANDLED TORQUE_TESTS_ENABLED)
|
||||
endif(TORQUE_TESTING)
|
||||
|
||||
# Add the collected files to our engine group
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue