share/hedgewars/Data/Sounds/CMakeLists.txt
author unc0rr
Fri, 13 Dec 2013 00:16:02 +0400
changeset 9787 0da6ba2f1f93
parent 8443 2debc9b9f917
permissions -rw-r--r--
- /greeting command for room greeting message - Remove some obsolete stuff, some fixes to special rooms

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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