share/hedgewars/Data/Names/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 04 May 2016 22:56:22 +0200
changeset 11810 09079c1b8ad5
parent 8443 2debc9b9f917
permissions -rw-r--r--
Add missing frontend constants

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

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