~ubuntu-branches/ubuntu/utopic/hedgewars/utopic

« back to all changes in this revision

Viewing changes to share/hedgewars/Data/Themes/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Dmitry E. Oboukhov
  • Date: 2011-09-23 10:16:55 UTC
  • mto: (19.1.2 sid) (1.3.1) (21.1.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: package-import@ubuntu.com-20110923101655-yrajfbj5b0v4asbt
Tags: upstream-0.9.16
ImportĀ upstreamĀ versionĀ 0.9.16

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        Castle
9
9
        Cheese
10
10
        Christmas
 
11
        Compost
11
12
        Deepspace
 
13
        Desert
12
14
        City
13
15
        CrazyMission
14
16
        EarthRise
15
17
        Eyes
16
18
        Freeway
 
19
        Golf
17
20
        Halloween
18
21
        Hell
19
22
        Island
20
23
        Jungle
21
24
        Nature
 
25
        Olympics
22
26
        Planes
23
27
        Sheep
24
28
        Snow
25
29
        Stage
26
30
        Underwater
27
 
        Compost
28
 
        Olympics
29
 
        Desert
30
31
        )
31
32
        add_subdirectory(${dir})
32
33
endforeach(dir)
33
 
 
34
 
install(FILES themes.cfg DESTINATION ${SHAREPATH}Data/Themes)