share/hedgewars/Data/Names/CMakeLists.txt
author unc0rr
Wed, 04 Apr 2012 15:05:14 +0400
changeset 6854 873929cbd54b
parent 1945 b997bcf86c39
child 8443 2debc9b9f917
permissions -rw-r--r--
Normalize RecordFields before conversion. Helps with namespaces problem.

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

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