share/hedgewars/Data/Music/CMakeLists.txt
author nemo
Wed, 30 Oct 2013 15:13:17 -0400
changeset 9657 2d8cae3c0855
parent 8443 2debc9b9f917
child 11772 927c45b83496
permissions -rw-r--r--
use gameticks instead of turn timer. untested. also replaced tabs with spaces

file(GLOB BaseMusic *.ogg)

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