share/hedgewars/Data/Names/CMakeLists.txt
author unc0rr
Wed, 07 Dec 2011 17:55:23 +0400
changeset 6514 8ba891d34eba
parent 1945 b997bcf86c39
child 8443 2debc9b9f917
permissions -rw-r--r--
- Fix type2C id2C call - Introduce renderCFiles function

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

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