share/hedgewars/Data/Themes/CMakeLists.txt
author unc0rr
Wed, 13 Aug 2008 09:14:08 +0000
changeset 1202 febdd0da7a73
parent 1136 12945e47897d
child 1208 9f4704f3c6ea
permissions -rw-r--r--
Add Swedish translation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1136
12945e47897d - Fix compilation
unc0rr
parents: 1092
diff changeset
     1
foreach(dir "Bamboo" "Bath" "City" "EarthRise" "Island" "nature" "Planes" "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)