share/hedgewars/Data/Names/CMakeLists.txt
author nemo
Tue, 01 May 2012 17:33:28 -0400
changeset 6985 caa41003f42c
parent 1945 b997bcf86c39
child 8443 2debc9b9f917
permissions -rw-r--r--
Removing maps can cause desyncs. This is why we still have Cheese, Sticks, Sheep etc. They need to remain until replacements are put in place.

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

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