share/hedgewars/Data/Sounds/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Fri, 06 May 2016 18:33:54 +0200
changeset 11815 68bc5ebce319
parent 8443 2debc9b9f917
permissions -rw-r--r--
Fix mines time displaying "1 seconds" in frontend

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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