share/hedgewars/Data/Names/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Sat, 22 Apr 2017 18:58:25 +0200
changeset 12302 f7919a4df898
parent 8443 2debc9b9f917
permissions -rw-r--r--
Replace hardcoded max. ammo index in Highlander with AmmoTypeMax

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

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