share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Fri, 04 May 2018 14:38:01 +0200
changeset 13383 c53530142442
parent 11780 ee85798d6974
child 15311 02fa79f62220
permissions -rw-r--r--
Lua API: Add EnableSwitchHog to manually enable hog switching

file(GLOB BaseMusic *.ogg)

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