share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Tue, 04 Apr 2017 02:22:30 +0200
changeset 12157 f4a05d550b0d
parent 11780 ee85798d6974
child 15311 02fa79f62220
permissions -rw-r--r--
Mention addition of Beach theme in changelog

file(GLOB BaseMusic *.ogg)

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