share/hedgewars/Data/Sounds/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Fri, 20 Oct 2017 21:35:26 +0200
changeset 12719 637b1987570e
parent 8443 2debc9b9f917
permissions -rw-r--r--
Fix first ammo row being invisible when there's only one weapon in the first row

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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