Files
DarkflameServer/tests/dGameTests/dPropertyBehaviorsTests/CMakeLists.txt
2025-08-31 13:22:21 -05:00

8 lines
252 B
CMake

set(DPROPERTYBEHAVIORS_TESTS
"dPropertyBehaviorsTests/StripRotationTest.cpp"
"dPropertyBehaviorsTests/StripRotationIntegrationTest.cpp"
)
# Expose variable to parent CMake
set(DPROPERTYBEHAVIORS_TESTS ${DPROPERTYBEHAVIORS_TESTS} PARENT_SCOPE)