share/hedgewars/Data/Themes/CMakeLists.txt
author unc0rr
Mon, 18 Aug 2008 13:33:30 +0000
changeset 1229 f37c77bdc392
parent 1208 9f4704f3c6ea
child 1275 bd4048399541
permissions -rw-r--r--
- Update Bamboo, EarthRise, hell themes - Add Freeway theme
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1229
f37c77bdc392 - Update Bamboo, EarthRise, hell themes
unc0rr
parents: 1208
diff changeset
     1
foreach(dir "Bamboo" "Bath" "City" "EarthRise" "Freeway" "hell" "Island" "nature" "Planes" "Sheep" "Snow" "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)