share/hedgewars/Data/Maps/CMakeLists.txt
author unc0rr
Thu, 07 Aug 2008 15:19:54 +0000
changeset 1166 3d65497a391b
parent 1136 12945e47897d
child 1272 ba282ebea3ef
permissions -rw-r--r--
Add Castle map
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)