share/hedgewars/Data/Sounds/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 23 Nov 2016 13:59:36 +0100
changeset 12027 477f3b3d00d8
parent 8443 2debc9b9f917
permissions -rw-r--r--
HedgeEditor: Proper indentation for atkArray and utilArray

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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