share/hedgewars/Data/Themes/CMakeLists.txt
changeset 1229 f37c77bdc392
parent 1208 9f4704f3c6ea
child 1275 bd4048399541
equal deleted inserted replaced
1228:8fa4a7055aff 1229:f37c77bdc392
     1 foreach(dir "Bamboo" "Bath" "City" "EarthRise" "hell" "Island" "nature" "Planes" "Sheep" "Snow" "cheese")
     1 foreach(dir "Bamboo" "Bath" "City" "EarthRise" "Freeway" "hell" "Island" "nature" "Planes" "Sheep" "Snow" "cheese")
     2   add_subdirectory(${dir})
     2   add_subdirectory(${dir})
     3 endforeach(dir)
     3 endforeach(dir)
     4 
     4 
     5 install(FILES themes.cfg DESTINATION ${SHAREPATH}Data/Themes)
     5 install(FILES themes.cfg DESTINATION ${SHAREPATH}Data/Themes)