share/hedgewars/Data/Sounds/CMakeLists.txt
author nemo
Sun, 30 Jul 2017 19:06:57 -0400
changeset 12444 832b969ea00c
parent 8443 2debc9b9f917
permissions -rw-r--r--
while we're tweaking this phrase, "with" feels awkward

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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