share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Fri, 16 Feb 2018 21:00:37 +0100
changeset 13028 acba432d34b1
parent 11780 ee85798d6974
child 15311 02fa79f62220
permissions -rw-r--r--
ClimbHome: Show best team heights next to team name

file(GLOB BaseMusic *.ogg)

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