share/hedgewars/Data/Maps/CMakeLists.txt
author unc0rr
Sat, 17 May 2008 13:24:17 +0000
changeset 937 c1e6a770b043
parent 934 b62d45182c8b
child 1007 b19e22c6ab83
permissions -rw-r--r--
Add theme and map Plane by Tiyuri
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
937
c1e6a770b043 Add theme and map Plane by Tiyuri
unc0rr
parents: 934
diff changeset
     1
foreach(dir "cheese" "Hedgewars" "mushrooms" "Plane" "Volcano")
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)