share/hedgewars/Data/Names/CMakeLists.txt
author alfadur
Tue, 30 Jul 2019 19:53:23 +0300
changeset 15286 8095853811a6
parent 8443 2debc9b9f917
permissions -rw-r--r--
add gear lookup to the physics processor

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

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