share/hedgewars/Data/Names/CMakeLists.txt
author unc0rr
Sat, 22 Sep 2012 19:14:58 +0400
changeset 7703 78d2ac987f41
parent 1945 b997bcf86c39
child 8443 2debc9b9f917
permissions -rw-r--r--
Make sheepluva happy

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

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