share/hedgewars/Data/Sounds/CMakeLists.txt
author nemo
Wed, 09 Oct 2013 20:16:34 -0400
changeset 9505 56e0cca99e20
parent 8443 2debc9b9f917
permissions -rw-r--r--
Allow girder construction to wrap. Makes wrapping w/ large bodies of water a bit more interesting.

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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