share/hedgewars/Data/Sounds/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Tue, 26 Sep 2017 04:56:19 +0200
changeset 12539 34a91e2b927e
parent 8443 2debc9b9f917
permissions -rw-r--r--
ASA, death01: Slightly change professor's response if he got killed on the moon

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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