share/hedgewars/Data/Sounds/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 13 Apr 2016 14:59:14 +0200
changeset 11697 68eddcdc9f26
parent 8443 2debc9b9f917
permissions -rw-r--r--
Typo fixes for A Space Adventure campaign Also add loc() where forgotten and replace string concatenation with string.format.

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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