share/hedgewars/Data/Names/CMakeLists.txt
author mbait
Sat, 27 Mar 2010 08:59:10 +0000
changeset 3100 5fe9c4ac4c99
parent 1945 b997bcf86c39
child 8443 2debc9b9f917
permissions -rw-r--r--
Added poisoned eggs

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

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