share/hedgewars/Data/Names/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Tue, 03 Oct 2017 01:27:17 +0200
changeset 12637 317eb3210f7c
parent 8443 2debc9b9f917
permissions -rw-r--r--
Add 6 hats from the hat thread, the TheMadCharles' barrelhider hat (CC BY 3.0) and 12 hairless hat variants

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

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