share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sat, 10 Feb 2018 09:32:28 +0100
changeset 12951 37b81c20358b
parent 11775 ee85798d6974
child 15327 02fa79f62220
permissions -rw-r--r--
Refactor Construction Mode to NOT use localized strings as identifiers Yes, it actually used strings returned by loc() as identifiers. Crazy!

file(GLOB BaseMusic *.ogg)

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