mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-04 21:10:32 +00:00
Fixed tool support.
This commit is contained in:
parent
2248c90d52
commit
d1070210c2
3 changed files with 9 additions and 35 deletions
9
Tools/CMake/modules/module_testing.cmake
Normal file
9
Tools/CMake/modules/module_testing.cmake
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Project defines
|
||||
addDef( "TORQUE_TESTS_ENABLED" )
|
||||
addDef( "_VARIADIC_MAX" 10 )
|
||||
|
||||
# Add source files
|
||||
addPathRec( "${srcDir}/testing" )
|
||||
|
||||
# Add include paths
|
||||
addInclude( "${libDir}/gtest/fused-src/" )
|
||||
Loading…
Add table
Add a link
Reference in a new issue