share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 08 Mar 2018 14:53:25 +0100
changeset 13119 c3fc9157f740
parent 11780 ee85798d6974
child 15311 02fa79f62220
permissions -rw-r--r--
CTF: Say "clan" instead of "team" in mission panel

file(GLOB BaseMusic *.ogg)

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