share/hedgewars/Data/Sounds/CMakeLists.txt
author nemo
Sat, 25 Nov 2017 11:28:44 -0500
changeset 12845 b63ec501490b
parent 8443 2debc9b9f917
permissions -rw-r--r--
At the very least we should match the gameserver length which seems to be 40, not 60

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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