share/hedgewars/Data/Maps/CMakeLists.txt
author sheepluva
Fri, 17 May 2013 22:01:23 +0200
changeset 9010 d1f9197027b2
parent 8443 2debc9b9f917
child 9014 1cebca134a68
permissions -rw-r--r--
changed icon for freezer ( issue #614 ), for rope (to be easier to recognize) and cluster bomb (to be easier to recognize and to so that it can be distinguished from the regular grenade's icon even when no color is present or perceived
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
     1
foreach(dir
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
     2
    Bamboo
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
     3
    BambooPlinko
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
     4
    Basketball
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
     5
    Bath
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
     6
    Battlefield
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
     7
    Blizzard
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
     8
    Blox
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
     9
    Bubbleflow
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    10
    Cake
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    11
    Castle
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    12
    Cave
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    13
    Cheese
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    14
    Cogs
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    15
    Control
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    16
    CrazyMission
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    17
    CTF_Blizzard
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    18
    EarthRise
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    19
    Eyes
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    20
    Hammock
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    21
    HedgeFortress
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    22
    Hedgelove
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    23
    Hedgewars
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    24
    Hogville
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    25
    Hydrant
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    26
    Islands
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    27
    Knockball
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    28
    Lonely_Island
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    29
    Mushrooms
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    30
    Octorama
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    31
    PirateFlag
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    32
    Plane
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    33
    portal
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    34
    Ropes
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    35
    Ruler
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    36
    Sheep
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    37
    ShoppaKing
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    38
    Sticks
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    39
    Trash
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    40
    Tree
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    41
    TrophyRace
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7909
diff changeset
    42
    )
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    43
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    44
add_subdirectory(${dir})
937
c1e6a770b043 Add theme and map Plane by Tiyuri
unc0rr
parents: 934
diff changeset
    45
endforeach(dir)