share/hedgewars/Data/Sounds/CMakeLists.txt
author nemo
Sat, 04 Jan 2014 02:18:57 +0100
branch0.9.20
changeset 9909 b2e868026bb0
parent 8443 2debc9b9f917
permissions -rw-r--r--
I'd meant for this to match the frontend

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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