share/hedgewars/Data/Names/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Sun, 08 Oct 2017 23:34:14 +0200
changeset 12678 fb240fa9f178
parent 8443 2debc9b9f917
permissions -rw-r--r--
Remove spaces from grave names

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

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