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