share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Tue, 13 Mar 2018 20:31:35 +0100
changeset 13188 fde354aaf978
parent 11780 ee85798d6974
child 15311 02fa79f62220
permissions -rw-r--r--
Rope Training: Place the second-last target at a more reasonable position

file(GLOB BaseMusic *.ogg)

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