share/hedgewars/Data/Sounds/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Tue, 18 Apr 2017 21:38:36 +0200
changeset 12284 585240d3a6a8
parent 8443 2debc9b9f917
permissions -rw-r--r--
Credit most theme and map authors in credits.txt

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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