share/hedgewars/Data/Sounds/CMakeLists.txt
author nemo
Mon, 23 Dec 2013 12:52:39 -0500
changeset 9827 ea09beb184e0
parent 8443 2debc9b9f917
permissions -rw-r--r--
Purely a whitespace change. Going to try to stick to consistent line endings in the future.

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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