share/hedgewars/Data/Names/CMakeLists.txt
author Periklis Ntanasis <pntanasis@gmail.com>
Tue, 03 Dec 2013 17:06:40 +0200
changeset 9740 d159ddae0358
parent 8443 2debc9b9f917
permissions -rw-r--r--
fixed user gain control of npc, rope cheat and overlapping bubbles in fruit01

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

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