share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Tue, 17 Jul 2018 14:20:58 +0200
changeset 13499 b5f8864a38d3
parent 11775 ee85798d6974
child 15327 02fa79f62220
permissions -rw-r--r--
Add proper exit codes when halt-ing hwengine due to error

file(GLOB BaseMusic *.ogg)

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