share/hedgewars/Data/Music/CMakeLists.txt
author unc0rr
Sat, 28 Jun 2014 14:51:45 +0400
changeset 10343 fe9853dea6c4
parent 8443 2debc9b9f917
child 11772 927c45b83496
permissions -rw-r--r--
Finish implementation of ability to take control over your team after being disconnected. Completely untested.

file(GLOB BaseMusic *.ogg)

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