mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-11-01 21:22:06 +00:00
8 lines
252 B
CMake
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)
|