share/hedgewars/Data/Sounds/CMakeLists.txt
author nemo
Mon, 23 Dec 2013 13:51:51 -0500
changeset 9828 75457c7b84ee
parent 8443 2debc9b9f917
permissions -rw-r--r--
merge of volkan's commit followed by lupdate to pick up the new strings

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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