share/hedgewars/Data/Sounds/CMakeLists.txt
author sheepluva
Tue, 15 May 2018 17:05:40 +0200
branchui-scaling
changeset 13386 72bbccf9a715
parent 8443 2debc9b9f917
permissions -rw-r--r--
fix some accidental code corruption caused by my last commit

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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