share/hedgewars/Data/Sounds/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Fri, 14 Dec 2018 19:14:42 +0100
changeset 14450 af0a124ae041
parent 8443 2debc9b9f917
permissions -rw-r--r--
Fix incorrect text for sidNoEndTurn in en.txt Text applies to utility only, its used for weapons, too.

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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