share/hedgewars/Data/Themes/CMakeLists.txt
author smxx
Sat, 27 Mar 2010 22:37:39 +0000
changeset 3130 e215afc1ce7a
parent 3077 8bf3b6d9839c
child 3506 0523e68f1972
permissions -rw-r--r--
Themes: * Updated all very small skyL/skyR textures to power of two dimensions to avoid artifacts

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

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