share/hedgewars/Data/Music/CMakeLists.txt
author sheepluva
Sun, 01 May 2016 14:32:47 +0200
changeset 11785 947e2d53afc1
parent 11775 ee85798d6974
child 15306 02fa79f62220
permissions -rw-r--r--
add button to randomize theme only

file(GLOB BaseMusic *.ogg)

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