share/hedgewars/Data/Maps/CMakeLists.txt
author unc0rr
Thu, 19 Jun 2008 13:41:45 +0000
changeset 1019 9c9f2286fa90
parent 1007 b19e22c6ab83
child 1050 8e5f8bf9a242
permissions -rw-r--r--
Hydrant map
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1019
9c9f2286fa90 Hydrant map
unc0rr
parents: 1007
diff changeset
     1
foreach(dir "cheese" "Hedgewars" "Hedgelove" "Hydrant" "mushrooms" "Plane" "Volcano")
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)