mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-14 19:18:55 -07:00
2 lines
122 B
CMake
2 lines
122 B
CMake
FILE(GLOB sounds "${CMAKE_CURRENT_SOURCE_DIR}/sounds/*.raw")
|
|
INSTALL(FILES ${sounds} DESTINATION share/cockatrice/sounds)
|