share/hedgewars/Data/Sounds/CMakeLists.txt
author alfadur
Sat, 03 Aug 2019 01:13:45 +0300
changeset 15307 16bd389fc735
parent 8443 2debc9b9f917
permissions -rw-r--r--
ship the atlas to the gpu

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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