share/hedgewars/Data/Sounds/CMakeLists.txt
author koda
Sun, 15 May 2016 10:43:18 +0200
changeset 11807 93621207563b
parent 8443 2debc9b9f917
permissions -rw-r--r--
avrec crash/math fix (sheepy here, committing koda's fix because I'm tired of having it lying around in my repo :P

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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