aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/libtess.gyp
blob: 4a776c3d9c70235b687a386895e0641b5c6fff6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
  'includes': [
    'common.gypi',
  ],
  'targets': [
    {
      'target_name': 'libtess',
      'type': 'static_library',
      'include_dirs': [
        '../third_party/glu',
      ],
      'sources': [
        '../third_party/glu/sk_glu.h',
        '../third_party/glu/gluos.h',
        '../third_party/glu/libtess/dict-list.h',
        '../third_party/glu/libtess/dict.c',
        '../third_party/glu/libtess/dict.h',
        '../third_party/glu/libtess/geom.c',
        '../third_party/glu/libtess/geom.h',
        '../third_party/glu/libtess/memalloc.c',
        '../third_party/glu/libtess/memalloc.h',
        '../third_party/glu/libtess/mesh.c',
        '../third_party/glu/libtess/mesh.h',
        '../third_party/glu/libtess/normal.c',
        '../third_party/glu/libtess/normal.h',
        '../third_party/glu/libtess/priorityq-heap.h',
        '../third_party/glu/libtess/priorityq-sort.h',
        '../third_party/glu/libtess/priorityq.c',
        '../third_party/glu/libtess/priorityq.h',
        '../third_party/glu/libtess/render.c',
        '../third_party/glu/libtess/render.h',
        '../third_party/glu/libtess/sweep.c',
        '../third_party/glu/libtess/sweep.h',
        '../third_party/glu/libtess/tess.c',
        '../third_party/glu/libtess/tess.h',
        '../third_party/glu/libtess/tessmono.c',
        '../third_party/glu/libtess/tessmono.h',
      ],
      'direct_dependent_settings': {
        'include_dirs': [
          '../third_party/glu',
        ],
      },
    },
  ],
}

# Local Variables:
# tab-width:2
# indent-tabs-mode:nil
# End:
# vim: set expandtab tabstop=2 shiftwidth=2: