mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-12 19:16:17 -05:00
comment in sounds and zonebg's CMakeLists.txt
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user