share/hedgewars/Data/Names/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Tue, 04 Sep 2018 16:52:51 +0200
changeset 13765 72a8c0d63d80
parent 8443 2debc9b9f917
permissions -rw-r--r--
Say sndNutter on round draw

file(GLOB txtnames *.txt)
file(GLOB cfgnames *.cfg)

install(FILES
    types.ini
    ${txtnames}
    ${cfgnames}
    DESTINATION ${SHAREPATH}Data/Names)