share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Fri, 06 May 2016 17:26:06 +0200
changeset 11814 8eccc307ca1e
parent 11775 ee85798d6974
child 15306 02fa79f62220
permissions -rw-r--r--
Frontend: Increase space for help text in the footer

file(GLOB BaseMusic *.ogg)

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