share/hedgewars/Data/Names/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 03 Sep 2018 05:05:00 +0200
changeset 13754 0e8db74ec585
parent 8443 2debc9b9f917
permissions -rw-r--r--
Use translation template for speech bubble command

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

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