share/hedgewars/Data/Sounds/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 11 Jul 2019 00:53:29 +0200
changeset 15224 f16376e9374f
parent 8443 2debc9b9f917
permissions -rw-r--r--
Remove all placement restrictions of air attack and friends

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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