share/hedgewars/Data/Names/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 01 Apr 2019 17:35:07 +0200
changeset 14731 3246e5c8cf69
parent 8443 2debc9b9f917
permissions -rw-r--r--
Update German translation

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

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