summaryrefslogtreecommitdiff
path: root/test/headless/headless.gypi
blob: 86b40fd5432c965b6300f7e709406537e066ef85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  'targets': [
    { 'target_name': 'test_headless',
      'type': 'executable',
      'dependencies': [
        'test_base',
        '../mapboxgl.gyp:mbgl-core',
        '../mapboxgl.gyp:mbgl-<(platform)',
        '../mapboxgl.gyp:mbgl-headless',
        '../deps/gtest/gtest.gyp:gtest',
      ],
      'sources': [
        'headless.cpp',
      ],
    },
  ],
}