share/hedgewars/Data/Sounds/CMakeLists.txt
author Wuzzy <Wuzzy@disroot.org>
Wed, 24 May 2023 21:23:33 +0200
changeset 15983 416bca0a172c
parent 8443 2debc9b9f917
permissions -rw-r--r--
Properly close chat after quit command

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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