share/hedgewars/Data/Sounds/CMakeLists.txt
author antonc27 <antonc27@mail.ru>
Sat, 15 Aug 2015 02:24:36 +0200
branchios-rus-localization
changeset 11126 4877256c604d
parent 8443 2debc9b9f917
permissions -rw-r--r--
- Rus localization started

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg)

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