mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-04 13:25:34 +00:00
8 lines
143 B
CMake
8 lines
143 B
CMake
if(ENABLE_TESTING)
|
|
install(DIRECTORY
|
|
tests
|
|
DESTINATION "presets"
|
|
COMPONENT Tests
|
|
)
|
|
endif()
|