share/hedgewars/Data/Names/CMakeLists.txt
author unc0rr
Thu, 18 Apr 2013 21:25:38 +0400
changeset 8920 caa614af152d
parent 8443 2debc9b9f917
permissions -rw-r--r--
Store colors in human-readable form

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

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