share/hedgewars/Data/Names/CMakeLists.txt
author sheepluva
Sat, 07 Nov 2015 16:15:27 +0100
changeset 11317 62287d4044e7
parent 8443 2debc9b9f917
permissions -rw-r--r--
merge orphan head (while discarding all its changes) to make koda and his hg-git happy

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

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