share/hedgewars/Data/Sounds/CMakeLists.txt
author alfadur
Fri, 02 Nov 2018 19:37:47 +0300
changeset 14109 f483f844da98
parent 8443 2debc9b9f917
permissions -rw-r--r--
component-wise division is actually useful sometimes

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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