1
foreach(dir "Bamboo" "Bath" "City" "EarthRise" "Island" "nature" "Planes" "Snow" "cheese")
2
add_subdirectory(${dir})
3
endforeach(dir)
4
5
install(FILES themes.cfg DESTINATION ${SHAREPATH}Data/Themes)