share/hedgewars/Data/Maps/CMakeLists.txt
author unc0rr
Mon, 07 Jul 2008 15:39:27 +0000
changeset 1068 9a0aa37ea6be
parent 1050 8e5f8bf9a242
child 1084 61b753296c40
permissions -rw-r--r--
- Optimize PNG to reduce size - Fix russian translation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1050
8e5f8bf9a242 Build system scripts for new map
unc0rr
parents: 1019
diff changeset
     1
foreach(dir "cheese" "Hedgewars" "Hedgelove" "Hydrant" "Lonely_Island" "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)