share/hedgewars/Data/Sounds/CMakeLists.txt
author sheepluva
Tue, 27 Oct 2015 21:11:44 +0100
branchios-revival
changeset 11247 5c21ee975d5d
parent 8443 2debc9b9f917
permissions -rw-r--r--
somebody was so nice to mention me in credits, but misspelled my last name

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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