share/hedgewars/Data/Sounds/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Sat, 09 Apr 2016 05:28:18 +0200
changeset 11991 5a51bca7eeaa
parent 8443 2debc9b9f917
permissions -rw-r--r--
Add dud mine placement mode to HedgeEditor

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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