share/hedgewars/Data/Names/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 18 Sep 2019 12:23:16 +0200
changeset 15413 ca8896b9c7c6
parent 8443 2debc9b9f917
permissions -rw-r--r--
Racer: Remove a few ammo types that could break the gameplay

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

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