share/hedgewars/Data/Sounds/CMakeLists.txt
author unc0rr
Sat, 10 Mar 2018 23:43:32 +0100
branchqt5transition
changeset 13164 6f189da00c25
parent 8443 2debc9b9f917
permissions -rw-r--r--
Fix disabled button rendering

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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