share/hedgewars/Data/Sounds/CMakeLists.txt
author unc0rr
Tue, 29 Oct 2013 23:47:57 +0400
changeset 9655 e154ccca4dad
parent 8443 2debc9b9f917
permissions -rw-r--r--
Tinted crosshair (without that cool white dot in the middle)

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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