share/hedgewars/Data/Sounds/CMakeLists.txt
author Simon McVittie <smcv@debian.org>
Mon, 12 Sep 2022 10:44:55 -0400
branch1.0.0
changeset 15860 acfa0869b579
parent 8443 2debc9b9f917
permissions -rw-r--r--
do the actual remove

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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