diff options
Diffstat (limited to 'gyp/mbgl-headless.gypi')
-rw-r--r-- | gyp/mbgl-headless.gypi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gyp/mbgl-headless.gypi b/gyp/mbgl-headless.gypi new file mode 100644 index 0000000000..e71fb7efb9 --- /dev/null +++ b/gyp/mbgl-headless.gypi @@ -0,0 +1,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', + ], + }, + ] +}
\ No newline at end of file |