share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sat, 02 Nov 2019 17:00:40 +0100
changeset 15507 ad9fe7dc2ff7
parent 15324 9b470fff8499
permissions -rw-r--r--
ClimbHome: Remove uncommented code

file(GLOB BaseMusic *.ogg)

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