share/hedgewars/Data/Names/CMakeLists.txt
author alfadur
Tue, 07 Jul 2020 01:15:15 +0300
changeset 15697 25371cae9fd7
parent 8443 2debc9b9f917
permissions -rw-r--r--
allow adding teams while round is in progress

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

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