share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Tue, 14 Aug 2018 09:15:20 +0200
changeset 13661 21a05ef25328
parent 11775 ee85798d6974
child 15306 02fa79f62220
permissions -rw-r--r--
HedgeEditor should be fairly stable by now

file(GLOB BaseMusic *.ogg)

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