share/hedgewars/Data/Sounds/CMakeLists.txt
author koda
Thu, 13 Jun 2013 22:04:22 +0200
changeset 9223 71fc5893071c
parent 8443 2debc9b9f917
permissions -rw-r--r--
actually tests are there to be tested, just skip the variable assignment on windows

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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