share/hedgewars/Data/Sounds/CMakeLists.txt
author unC0Rr
Tue, 03 Dec 2024 16:23:30 +0100
branchtransitional_engine
changeset 16076 5167de4b52c2
parent 8443 2debc9b9f917
permissions -rw-r--r--
Add the template to selection

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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