share/hedgewars/Data/Sounds/CMakeLists.txt
author nemo
Tue, 26 Mar 2019 09:59:53 -0400
changeset 14721 f9f71cccb5c3
parent 8443 2debc9b9f917
permissions -rw-r--r--
Mashup of Symbola and DejaVu Bold so that we aren't missing any characters.

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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