share/hedgewars/Data/Sounds/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sat, 27 Apr 2019 15:13:33 +0200
changeset 14850 6c51f74d80a8
parent 8443 2debc9b9f917
permissions -rw-r--r--
Add support for 4th and 5th mouse button

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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