share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 11 Jul 2019 02:25:07 +0200
changeset 15225 ebbc2f04b863
parent 11775 ee85798d6974
child 15306 02fa79f62220
permissions -rw-r--r--
Make flames collide with bounce world edge again, properly this time

file(GLOB BaseMusic *.ogg)

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