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