share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Fri, 07 Apr 2017 04:56:51 +0200
changeset 12184 50856782cdc4
parent 11775 ee85798d6974
child 15327 02fa79f62220
permissions -rw-r--r--
Add support for hog name in home run message

file(GLOB BaseMusic *.ogg)

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