summaryrefslogtreecommitdiff
path: root/gyp/project.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/project.gyp')
-rw-r--r--gyp/project.gyp19
1 files changed, 19 insertions, 0 deletions
diff --git a/gyp/project.gyp b/gyp/project.gyp
new file mode 100644
index 0000000000..9f53eef510
--- /dev/null
+++ b/gyp/project.gyp
@@ -0,0 +1,19 @@
+{
+ 'conditions': [
+ ['host == "osx"', {
+ 'includes': [
+ '../macosx/mapboxgl-app.gypi',
+ '../linux/mapboxgl-app.gypi',
+ '../test/test.gypi',
+ '../bin/render.gypi',
+ ]
+ }],
+ ['host == "linux"', {
+ 'includes': [
+ '../linux/mapboxgl-app.gypi',
+ '../test/test.gypi',
+ '../bin/render.gypi',
+ ]
+ }],
+ ],
+}