share/hedgewars/Data/Names/CMakeLists.txt
author unc0rr
Sat, 02 Feb 2013 00:33:27 +0400
changeset 8474 f6abe50095d2
parent 8443 2debc9b9f917
permissions -rw-r--r--
Start work on the checker. Not it could connect to the server and... crash it.

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

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