share/hedgewars/Data/Names/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 03 Oct 2018 02:28:39 +0200
changeset 13846 d012948b1eda
parent 8443 2debc9b9f917
permissions -rw-r--r--
Make frontend forward server error and warning messages to engine

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

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