share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 08 Mar 2018 00:54:12 +0100
changeset 13101 b500d07a50a1
parent 11775 ee85798d6974
child 15327 02fa79f62220
permissions -rw-r--r--
German translation: “Grundlagentraining” → “Grundausbildung”

file(GLOB BaseMusic *.ogg)

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