share/hedgewars/Data/Sounds/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 26 Apr 2017 19:00:32 +0200
changeset 12341 c73521104fac
parent 8443 2debc9b9f917
permissions -rw-r--r--
Mutant: Fix “Boring” taunt being played when becoming the mutant

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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