share/hedgewars/Data/Names/CMakeLists.txt
author smaxx
Mon, 06 Sep 2010 21:09:58 +0200
changeset 3834 b7ecf8db4dba
parent 1945 b997bcf86c39
child 8443 2debc9b9f917
permissions -rw-r--r--
Frontend: * Removed rest of the test code I left in... *hides*

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

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