share/hedgewars/Data/Maps/CMakeLists.txt
author unc0rr
Thu, 29 May 2008 20:57:24 +0000
changeset 964 4c6ff62c54d2
parent 937 c1e6a770b043
child 1007 b19e22c6ab83
permissions -rw-r--r--
Update Italian translation
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)