share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Fri, 11 Oct 2019 13:35:13 +0200
changeset 15465 421da44ff218
parent 15324 9b470fff8499
permissions -rw-r--r--
Update cabal command syntax in .travis.yml

file(GLOB BaseMusic *.ogg)

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