share/hedgewars/Data/Sounds/CMakeLists.txt
author sheepluva
Sat, 16 Jan 2016 19:11:21 +0100
changeset 11514 5d804405964d
parent 8443 2debc9b9f917
permissions -rw-r--r--
fix script for resolving git commit id to hg commit id (github page format changed; hw hg repo location too)

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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