share/hedgewars/Data/Maps/CMakeLists.txt
author unc0rr
Fri, 12 Sep 2008 18:00:49 +0000
changeset 1256 2754a6a8c8f1
parent 1166 3d65497a391b
child 1272 ba282ebea3ef
permissions -rw-r--r--
Allow theme to set custom water color
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1166
3d65497a391b Add Castle map
unc0rr
parents: 1136
diff changeset
     1
foreach(dir "Bamboo" "BambooPlinko" "Bath" "Castle" "cheese" "EarthRise" "Hedgewars" "Hedgelove" "Hydrant" "Lonely_Island" "mushrooms" "Plane")
937
c1e6a770b043 Add theme and map Plane by Tiyuri
unc0rr
parents: 934
diff changeset
     2
  add_subdirectory(${dir})
c1e6a770b043 Add theme and map Plane by Tiyuri
unc0rr
parents: 934
diff changeset
     3
endforeach(dir)