summaryrefslogtreecommitdiff
path: root/gyp/mbgl-headless.gypi
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-27 10:05:05 -0400
committerKonstantin Käfer <mail@kkaefer.com>2014-10-27 10:12:30 -0400
commit84700fce9095ef9a7d30a580a552f2393f8acc8a (patch)
tree06705d7b56942e0cba3e5d621d97aa08a170b265 /gyp/mbgl-headless.gypi
parent0e928b5204ad5e2a8cfc1dd1a993396be0bd9d87 (diff)
downloadqtlocation-mapboxgl-84700fce9095ef9a7d30a580a552f2393f8acc8a.tar.gz
allow installing the library
Diffstat (limited to 'gyp/mbgl-headless.gypi')
-rw-r--r--gyp/mbgl-headless.gypi15
1 files changed, 15 insertions, 0 deletions
diff --git a/gyp/mbgl-headless.gypi b/gyp/mbgl-headless.gypi
new file mode 100644
index 0000000000..5ffc251d22
--- /dev/null
+++ b/gyp/mbgl-headless.gypi
@@ -0,0 +1,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',
+ ],
+ },
+ ]
+} \ No newline at end of file