share/hedgewars/Data/Music/CMakeLists.txt
author nemo
Fri, 04 Sep 2015 08:14:12 -0400
changeset 11074 722567479fab
parent 8443 2debc9b9f917
child 11777 927c45b83496
permissions -rw-r--r--
fix a couple of typos

file(GLOB BaseMusic *.ogg)

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