share/hedgewars/Data/Sounds/CMakeLists.txt
author unc0rr
Mon, 20 Oct 2014 22:55:12 +0400
branchqmlfrontend
changeset 10442 c58db813240b
parent 8443 2debc9b9f917
permissions -rw-r--r--
Load and show local teams list

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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