share/hedgewars/Data/Sounds/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 22 Feb 2018 01:03:40 +0100
changeset 13059 2d0f3e12fcad
parent 8443 2debc9b9f917
permissions -rw-r--r--
SimpleMission: Add support for failure texts in the stats screen

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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