share/hedgewars/Data/Sounds/CMakeLists.txt
author unC0Rr
Fri, 12 Feb 2016 17:03:42 +0300
changeset 11547 64a5ab2c4f00
parent 8443 2debc9b9f917
permissions -rw-r--r--
Attempt to implement hash for special points to detect tech racer maps

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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