share/hedgewars/Data/Names/CMakeLists.txt
author antonc27 <antonc27@mail.ru>
Mon, 17 Jul 2017 00:59:46 +0200
changeset 12444 451b90e2bba9
parent 8443 2debc9b9f917
permissions -rw-r--r--
- Add .gitignore (duplicated from .hgignore)

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

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