share/hedgewars/Data/Themes/CMakeLists.txt
author unc0rr
Wed, 08 Oct 2008 18:25:08 +0000
changeset 1321 d7dc4e86201e
parent 1275 bd4048399541
child 1540 adcf8c366c79
permissions -rw-r--r--
- Add protocol description (just started) - Some work on server to make team add posiible

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)