share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Tue, 07 May 2019 15:50:15 +0200
changeset 14902 6a928999fefd
parent 11780 ee85798d6974
child 15311 02fa79f62220
permissions -rw-r--r--
Add Lua callback: onPreciseLocal

file(GLOB BaseMusic *.ogg)

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