share/hedgewars/Data/Names/CMakeLists.txt
author sheepluva
Sat, 18 May 2013 23:19:49 +0200
changeset 9013 cff0406ce84e
parent 8443 2debc9b9f917
permissions -rw-r--r--
update rope icon and icegun icon

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

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