summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorRomain Quidet <romain.quidet.ext@mappy.com>2015-12-15 17:43:18 +0100
committerMinh Nguyễn <mxn@1ec5.org>2016-01-06 23:42:41 -0800
commit04ab28b621f0affaefe01cea271f983d0a8fc53c (patch)
treec8a82e027eae3a2f27ed0df2c23eb5b3f4884161 /gyp
parent42b13c69fe16c67f8b635b9e7017cd8f8d0ce18e (diff)
downloadqtlocation-mapboxgl-04ab28b621f0affaefe01cea271f983d0a8fc53c.tar.gz
[ios] expose custom callout api, wrap around SMCalloutView class
Diffstat (limited to 'gyp')
-rw-r--r--gyp/platform-ios.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi
index fd3b6aa929..e3e2758128 100644
--- a/gyp/platform-ios.gypi
+++ b/gyp/platform-ios.gypi
@@ -68,6 +68,9 @@
'../include/mbgl/ios/MGLAnnotationImage.h',
'../platform/ios/src/MGLAnnotationImage_Private.h',
'../platform/ios/src/MGLAnnotationImage.m',
+ '../include/mbgl/ios/MGLCalloutViewProtocol.h',
+ '../platform/ios/src/MGLCalloutView.h',
+ '../platform/ios/src/MGLCalloutView.m',
'../platform/ios/src/MGLCategoryLoader.h',
'../platform/ios/src/MGLCategoryLoader.m',
'../platform/ios/src/NSBundle+MGLAdditions.h',