share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 21 Jan 2019 09:12:39 +0100
changeset 14667 e3e6b0c6543f
parent 11775 ee85798d6974
child 15327 02fa79f62220
permissions -rw-r--r--
Frontend: Gray out campaign/training start buttons when no human team available

file(GLOB BaseMusic *.ogg)

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