share/hedgewars/Data/Music/CMakeLists.txt
author unC0Rr
Tue, 24 Nov 2015 12:09:41 +0300
branchqmlfrontend
changeset 11428 cc12bba5b2a2
parent 8443 2debc9b9f917
child 11772 927c45b83496
permissions -rw-r--r--
Support for protocol commands which are equal to suffix of another protocol command

file(GLOB BaseMusic *.ogg)

install(FILES
    ${BaseMusic}
    DESTINATION ${SHAREPATH}Data/Music)