share/hedgewars/Data/Sounds/CMakeLists.txt
author koda
Fri, 14 Jun 2013 01:01:18 +0200
changeset 9227 c02e081ba481
parent 8443 2debc9b9f917
permissions -rw-r--r--
this should resolve a few issues on clean builds

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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