share/hedgewars/Data/Music/CMakeLists.txt
author nemo
Tue, 03 Dec 2013 22:53:45 -0500
changeset 9749 443d233316e5
parent 8443 2debc9b9f917
child 11777 927c45b83496
permissions -rw-r--r--
make the team association with hog before calling gear creation. makes some lua a little easier

file(GLOB BaseMusic *.ogg)

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