servatrice/sounds/CMakeLists.txt
2014-06-10 14:11:16 +02:00

2 lines
122 B
CMake

FILE(GLOB sounds "${CMAKE_CURRENT_SOURCE_DIR}/sounds/*.raw")
INSTALL(FILES ${sounds} DESTINATION share/cockatrice/sounds)