share/hedgewars/Data/Themes/CMakeLists.txt
author unc0rr
Mon, 13 Apr 2009 15:33:40 +0000
changeset 1992 e341e933a2a8
parent 1946 80030efe89fc
child 2474 f2f8bdb207d4
permissions -rw-r--r--
Add castle and halloween to install

foreach(dir
	Bamboo
	Bath
	Blox
	Cake
	Castle
	cheese
	City
	CrazyMission
	EarthRise
	Eyes
	Freeway
	Halloween
	hell
	Island
	nature
	Planes
	Sheep
	Snow
	Underwater
	)
	add_subdirectory(${dir})
endforeach(dir)

install(FILES themes.cfg DESTINATION ${SHAREPATH}Data/Themes)