share/hedgewars/Data/Themes/CMakeLists.txt
author unc0rr
Sun, 27 Jul 2008 22:26:47 +0000
changeset 1131 c5b8f2bfa487
parent 1092 75f38475e7c5
child 1136 12945e47897d
permissions -rw-r--r--
- Add ability to choose clouds number in theme config file - Set City theme clouds number to 45 (5x compared to other themes)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1092
75f38475e7c5 Add Bath map
unc0rr
parents: 1086
diff changeset
     1
foreach(dir "Bamboo" "Bath" "City" "EarthRise" "Island" "nature" "Planes" "Snow" "Volcano" "cheese")
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
     2
  add_subdirectory(${dir})
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
     3
endforeach(dir)
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
     4
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
     5
install(FILES themes.cfg DESTINATION ${SHAREPATH}Data/Themes)