Create sounds/zonebg CMakeLists.txt

This commit is contained in:
Fabio Bas 2014-06-10 14:11:16 +02:00
parent 4fc6831784
commit 79c805b835
3 changed files with 6 additions and 5 deletions

2
sounds/CMakeLists.txt Normal file
View file

@ -0,0 +1,2 @@
FILE(GLOB sounds "${CMAKE_CURRENT_SOURCE_DIR}/sounds/*.raw")
INSTALL(FILES ${sounds} DESTINATION share/cockatrice/sounds)