mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
6 lines
191 B
CMake
6 lines
191 B
CMake
# CMakeLists for sounds/ directory
|
|
#
|
|
# Installs default sound files
|
|
|
|
FILE(GLOB sounds "${CMAKE_CURRENT_SOURCE_DIR}/sounds/*.raw")
|
|
INSTALL(FILES ${sounds} DESTINATION share/cockatrice/sounds)
|