summaryrefslogtreecommitdiff
path: root/gyp/headless-glx.gypi
blob: 06062be75fda4c39d908caf2da2c89fbd52f6c2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  'targets': [
    { 'target_name': 'headless-glx',
      'product_name': 'mbgl-headless-glx',
      'type': 'static_library',
      'standalone_static_library': 1,

      'sources': [
        '../platform/default/headless_view.cpp',
        '../platform/default/headless_display.cpp',
      ],

      'include_dirs': [
        '../include',
      ],
    },
  ],
}