share/hedgewars/Data/Names/CMakeLists.txt
author nemo
Sun, 25 Sep 2011 15:40:01 -0400
changeset 6028 335eaf56d976
parent 1945 b997bcf86c39
child 8443 2debc9b9f917
permissions -rw-r--r--
rename to match prior mass hat rename

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

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