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
zonebg/CMakeLists.txt Normal file
View file

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