share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sun, 07 Apr 2019 23:08:33 +0200
changeset 14758 bc0e86b0347b
parent 11775 ee85798d6974
child 15306 02fa79f62220
permissions -rw-r--r--
Don't show SMine timer if drowning

file(GLOB BaseMusic *.ogg)

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