share/hedgewars/Data/Sounds/CMakeLists.txt
author unc0rr
Mon, 09 Nov 2015 20:51:18 +0300
changeset 11337 41ca5f8ace18
parent 8443 2debc9b9f917
permissions -rw-r--r--
Pass correct script name for scripts with spaces in name

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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