share/hedgewars/Data/Sounds/CMakeLists.txt
author unc0rr
Wed, 01 Jan 2014 13:42:38 +0400
changeset 9900 34ba1d8e0e9a
parent 8443 2debc9b9f917
permissions -rw-r--r--
Try to keep old weapon sets (not tested at all)

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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