share/hedgewars/Data/Sounds/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Tue, 24 Jul 2018 15:44:25 +0200
changeset 13539 eaa92a59ff62
parent 8443 2debc9b9f917
permissions -rw-r--r--
Update and change license information of Droplet sounds, now it's CC BY 3.0 Was previously labelled under license CC Sampling+ 1.0, which is considered non-free by FSF, OSI and DFSG.

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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