share/hedgewars/Data/Sounds/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 11 Jul 2018 21:56:30 +0200
changeset 13476 c265a3e6f6da
parent 8443 2debc9b9f917
permissions -rw-r--r--
Make sure TotalRounds increases to 0 on first real turn

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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