share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Fri, 19 Apr 2019 19:27:28 +0200
changeset 14817 d3f72c73ed6d
parent 11775 ee85798d6974
child 15306 02fa79f62220
permissions -rw-r--r--
Don't include Arabic in release (RTL support is broken)

file(GLOB BaseMusic *.ogg)

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