share/hedgewars/Data/Themes/CMakeLists.txt
author nemo
Thu, 15 Oct 2009 21:47:05 +0000
changeset 2468 0b62498c201a
parent 1992 e341e933a2a8
child 2474 f2f8bdb207d4
permissions -rw-r--r--
openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_

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)