share/hedgewars/Data/Names/CMakeLists.txt
author sheepluva
Wed, 16 Jun 2010 21:14:23 +0200
changeset 3508 a7ca07614a2d
parent 1945 b997bcf86c39
child 8443 2debc9b9f917
permissions -rw-r--r--
correct cake sit-down animation so that it doesn't sit down in mid-air anymore

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

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