share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Sat, 22 Apr 2017 18:00:57 +0200
changeset 12299 6b25d117a904
parent 11775 ee85798d6974
child 15306 02fa79f62220
permissions -rw-r--r--
Freezer allows to freeze sticky mines (currently only disables them)

file(GLOB BaseMusic *.ogg)

install(FILES
    ${BaseMusic}
    ${MusicCredits}
    credits.txt
    DESTINATION ${SHAREPATH}Data/Music)