1
foreach(dir
2
"Bamboo"
3
"Bath"
4
"City"
5
"EarthRise"
6
"Freeway"
7
"hell"
8
"Island"
9
"nature"
10
"Planes"
11
"Sheep"
12
"Snow"
13
"cheese"
14
"Underwater")
15
add_subdirectory(${dir})
16
endforeach(dir)
17
18
install(FILES themes.cfg DESTINATION ${SHAREPATH}Data/Themes)