share/hedgewars/Data/Sounds/CMakeLists.txt
author frd
Tue, 03 May 2016 01:07:26 -0400
changeset 11796 50a462b9454a
parent 8443 2debc9b9f917
permissions -rw-r--r--
Add pre/post js stub files and expand the emscripten options

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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