share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Fri, 16 Feb 2018 12:38:30 +0100
changeset 13022 e2e40700c5cf
parent 11780 ee85798d6974
child 15311 02fa79f62220
permissions -rw-r--r--
Manually fix some clipping / simplify issues with a few hats

file(GLOB BaseMusic *.ogg)

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