share/hedgewars/Data/Maps/CMakeLists.txt
author unc0rr
Mon, 13 Oct 2008 14:52:29 +0000
changeset 1349 49cf1e2edcd5
parent 1272 ba282ebea3ef
child 1539 5151bf4928a4
permissions -rw-r--r--
- Add forgotten PirateFlag map to list of installed maps - Add each preview.png to installation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1349
49cf1e2edcd5 - Add forgotten PirateFlag map to list of installed maps
unc0rr
parents: 1272
diff changeset
     1
foreach(dir "Bamboo" "BambooPlinko" "Bath" "Castle" "cheese" "EarthRise" "Hedgewars" "Hedgelove" "Hydrant" "Lonely_Island" "mushrooms" "PirateFlag" "Plane" "Sheep")
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)