share/hedgewars/Data/Themes/CMakeLists.txt
author unc0rr
Mon, 17 Nov 2008 16:48:38 +0000
changeset 1497 b4586b0f4426
parent 1275 bd4048399541
child 1540 adcf8c366c79
permissions -rw-r--r--
Include CPP option into source file for easy use

foreach(dir
	"Bamboo"
	"Bath"
	"City"
	"EarthRise"
	"Freeway"
	"hell"
	"Island"
	"nature"
	"Planes"
	"Sheep"
	"Snow"
	"cheese"
	"Underwater")
	add_subdirectory(${dir})
endforeach(dir)

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