share/hedgewars/Data/Sounds/CMakeLists.txt
author alfadur
Wed, 28 Aug 2019 23:06:34 +0300
changeset 15380 6e3e5be8b2e2
parent 8443 2debc9b9f917
permissions -rw-r--r--
update hwphysics motion to use the new system

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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