share/hedgewars/Data/Sounds/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 14 Feb 2018 22:54:13 +0100
changeset 12999 46ba3285449a
parent 8443 2debc9b9f917
permissions -rw-r--r--
Switch + Change hog tags now turns on and off all tags The previous state is remembered

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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