share/hedgewars/Data/Sounds/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Fri, 31 May 2019 15:20:03 +0200
changeset 15106 84bab72a0b7f
parent 8443 2debc9b9f917
permissions -rw-r--r--
ASA fruit01: Save campaign variable about whether hero joined battle

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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