Files
projectm/presets/CMakeLists.txt
2022-03-29 12:11:21 +02:00

8 lines
143 B
CMake

if(ENABLE_TESTING)
install(DIRECTORY
tests
DESTINATION "presets"
COMPONENT Tests
)
endif()