share/hedgewars/Data/Sounds/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Mon, 10 Apr 2017 19:08:00 +0200
changeset 12220 2cbc57db82e1
parent 8443 2debc9b9f917
permissions -rw-r--r--
Fix caption not updating if adding caption with same text but different color

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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