share/hedgewars/Data/Maps/CMakeLists.txt
author unc0rr
Tue, 29 Jul 2008 11:03:21 +0000
changeset 1136 12945e47897d
parent 1101 ec4cdf8a072f
child 1166 3d65497a391b
permissions -rw-r--r--
- Fix compilation - Add oriental soundtrack - Now each theme and each map has a soundtrack assigned
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1136
12945e47897d - Fix compilation
unc0rr
parents: 1101
diff changeset
     1
foreach(dir "Bamboo" "BambooPlinko" "Bath" "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)