share/hedgewars/Data/Names/CMakeLists.txt
author unc0rr
Tue, 06 Jan 2015 12:52:37 +0300
changeset 10779 d85fe0cb5df2
parent 8443 2debc9b9f917
permissions -rw-r--r--
Fix handling of perlin mapgen

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

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