comment in sounds and zonebg's CMakeLists.txt

This commit is contained in:
Fabio Bas 2014-06-10 23:26:37 +02:00
parent 84503483eb
commit c9f10554c6
2 changed files with 8 additions and 0 deletions

View file

@ -1,2 +1,6 @@
# CMakeLists for sounds/ directory
#
# Installs default sound files
FILE(GLOB sounds "${CMAKE_CURRENT_SOURCE_DIR}/sounds/*.raw")
INSTALL(FILES ${sounds} DESTINATION share/cockatrice/sounds)

View file

@ -1,2 +1,6 @@
# CMakeLists for zonebg/ directory
#
# Installs default "zone background" files
FILE(GLOB zonebg "${CMAKE_CURRENT_SOURCE_DIR}/zonebg/*.*")
INSTALL(FILES ${zonebg} DESTINATION share/cockatrice/zonebg)