share/hedgewars/Data/Themes/CMakeLists.txt
author szczur
Sun, 12 Sep 2010 17:38:14 -0400
changeset 3850 df6ecca1894f
parent 3506 0523e68f1972
child 4052 dd5e00d79efe
permissions -rw-r--r--
This change allows computers limited to 512 texture size like szczur's card to run Hedgewars, so long as reduce quality is set to eliminate background textures. It makes Ammo menu and Hats multicolumn, 512 high.

foreach(dir
	Art
	Bamboo
	Bath
	Blox
	Brick
	Cake
	Castle
	Cheese
    Deepspace
	City
	CrazyMission
	EarthRise
	Eyes
	Freeway
	Halloween
	Hell
	Island
	Nature
	Planes
	Sheep
	Snow
	Stage
	Underwater
	Compost
	Olympics
	Desert
	)
	add_subdirectory(${dir})
endforeach(dir)

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