mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +00:00
10 lines
198 B
CMake
10 lines
198 B
CMake
|
|
# Project defines
|
||
|
|
addDef( "TORQUE_TESTS_ENABLED" )
|
||
|
|
addDef( "_VARIADIC_MAX" 10 )
|
||
|
|
|
||
|
|
# Add source files
|
||
|
|
addPathRec( "${srcDir}/testing" )
|
||
|
|
|
||
|
|
# Add include paths
|
||
|
|
addInclude( "${libDir}/gtest/fused-src/" )
|