mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-23 08:33:50 +00:00
9 lines
198 B
CMake
9 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/" )
|