share/hedgewars/Data/Names/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Tue, 07 Jul 2020 00:11:20 +0200
changeset 15696 50dc9d0191d1
parent 8443 2debc9b9f917
permissions -rw-r--r--
gfInvulnerable: Fix misplaced halo icon

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

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