share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 31 Oct 2018 18:41:02 +0100
changeset 14068 321bc980fcaa
parent 11775 ee85798d6974
child 15327 02fa79f62220
permissions -rw-r--r--
Fix various string errors in Lua locale files - Wrong format symbol - Typos - Empty translations

file(GLOB BaseMusic *.ogg)

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