share/hedgewars/Data/Themes/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 18 Jul 2018 01:35:59 +0200
changeset 13506 36f3f77e9b1b
parent 12109 661419bbf05e
permissions -rw-r--r--
Switch from http:// to https:// URLs where possible
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1275
bd4048399541 Add Underwater theme
unc0rr
parents: 1229
diff changeset
     1
foreach(dir
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
     2
    Art
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
     3
    Bamboo
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
     4
    Bath
12109
661419bbf05e Enable beach theme install
nemo
parents: 10704
diff changeset
     5
    Beach
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
     6
    Blox
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
     7
    Brick
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
     8
    Cake
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
     9
    Cave
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    10
    Castle
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    11
    Cheese
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    12
    Christmas
8842
21c4ed977d0e Fruit theme
Randi
parents: 8443
diff changeset
    13
    City
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    14
    Compost
8842
21c4ed977d0e Fruit theme
Randi
parents: 8443
diff changeset
    15
    CrazyMission
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    16
    Deepspace
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    17
    Desert
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    18
    EarthRise
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    19
    Eyes
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    20
    Freeway
8842
21c4ed977d0e Fruit theme
Randi
parents: 8443
diff changeset
    21
    Fruit
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    22
    Golf
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    23
    Halloween
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    24
    Hell
10704
debf838fb139 Add Hoggywood. Theme by Rofra, updated and improved by Wuzzy
Wuzzy
parents: 8842
diff changeset
    25
    Hoggywood
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    26
    Island
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    27
    Jungle
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    28
    Nature
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    29
    Olympics
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    30
    Planes
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    31
    Sheep
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    32
    Snow
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    33
    Stage
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    34
    Underwater
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    35
    )
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    36
    add_subdirectory(${dir})
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    37
endforeach(dir)