share/hedgewars/Data/Sounds/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 03 May 2017 03:54:18 +0200
changeset 12393 d3a9ffdc8b85
parent 8443 2debc9b9f917
permissions -rw-r--r--
Complete the strings in hedgewars_en.ts (mostly to fix plural forms)

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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