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

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

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