share/hedgewars/Data/Sounds/CMakeLists.txt
author nemo
Tue, 03 Dec 2013 22:48:21 -0500
changeset 9748 b0286b0c91ce
parent 8443 2debc9b9f917
permissions -rw-r--r--
sethogname/hat need to wrap entire operation around test of hog/gear

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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