share/hedgewars/Data/Themes/CMakeLists.txt
author unc0rr
Sat, 17 May 2008 13:24:17 +0000
changeset 937 c1e6a770b043
parent 935 f13a67ce3811
child 938 0c8d2085fa71
permissions -rw-r--r--
Add theme and map Plane by Tiyuri
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
937
c1e6a770b043 Add theme and map Plane by Tiyuri
unc0rr
parents: 935
diff changeset
     1
foreach(dir "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)