share/hedgewars/Data/Sounds/CMakeLists.txt
author koda
Sat, 13 Apr 2013 20:34:30 +0200
changeset 8908 d3033e3a4113
parent 8443 2debc9b9f917
permissions -rw-r--r--
let's try to kill the thread right away and protect the thread variable with a mutex

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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