share/hedgewars/Data/Themes/CMakeLists.txt
author unc0rr
Thu, 09 Oct 2008 16:05:01 +0000
changeset 1335 c795cbc752c1
parent 1275 bd4048399541
child 1540 adcf8c366c79
permissions -rw-r--r--
Small optimization (use partition instead of two filters with opposite predicates)

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)