share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sat, 15 Jun 2019 12:10:42 +0200
changeset 15166 d47122a0e4b4
parent 11775 ee85798d6974
child 15327 02fa79f62220
permissions -rw-r--r--
Properly set dx/dy of hedgehog on parachute

file(GLOB BaseMusic *.ogg)

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