share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 14 Feb 2018 23:03:35 +0100
changeset 13006 876b1ef83191
parent 11780 ee85798d6974
child 15311 02fa79f62220
permissions -rw-r--r--
Fix some consistency issues with change hog tags control

file(GLOB BaseMusic *.ogg)

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