summaryrefslogtreecommitdiff
path: root/gyp/mbgl-headless.gypi
blob: 08ac211814a4d4ca863ca5f4d7a3bc6afdc15789 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  'targets': [
    { 'target_name': 'mbgl-headless',
      'product_name': 'mbgl-headless',
      'type': 'static_library',
      'standalone_static_library': 1,
      'include_dirs': [
        '../include',
      ],
      'sources': [
        '../platform/default/headless_view.cpp',
        '../platform/default/headless_display.cpp',
      ],
    },
  ],
}