share/hedgewars/Data/Music/CMakeLists.txt
author koda
Tue, 09 Jul 2013 04:16:21 +0200
changeset 9343 67552b2e20ca
parent 8443 2debc9b9f917
child 11777 927c45b83496
permissions -rw-r--r--
import create-dmg script from https://github.com/andreyvit/yoursway-create-dmg

file(GLOB BaseMusic *.ogg)

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