share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Thu, 24 Nov 2016 05:41:50 +0100
changeset 12062 3d03e9294633
parent 11775 ee85798d6974
child 15327 02fa79f62220
permissions -rw-r--r--
Use yellow clock color in Space Invasion and Tumbler

file(GLOB BaseMusic *.ogg)

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