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

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

install(FILES
    ${BaseSounds}
    DESTINATION ${SHAREPATH}Data/Sounds)