share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sat, 11 May 2019 04:58:11 +0200
changeset 14917 3a53309e684b
parent 11780 ee85798d6974
child 15311 02fa79f62220
permissions -rw-r--r--
Set default SD fallback music for themes: sdmusic.ogg

file(GLOB BaseMusic *.ogg)

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