summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-03-25 17:48:22 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-03-25 17:48:22 -0700
commitf3058dbc9ad37b498fc96c748d04c678c8b16726 (patch)
tree261194afc895402b6bfe2770bd26ea63f98d5c1f /gyp
parentc7b8cb1477139da834a5ceef051d9df375bfeb03 (diff)
downloadqtlocation-mapboxgl-f3058dbc9ad37b498fc96c748d04c678c8b16726.tar.gz
closes #1082, refs #756: user dot on map in iOS
Diffstat (limited to 'gyp')
-rw-r--r--gyp/platform-ios.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi
index de8745bf25..cb50e8b44a 100644
--- a/gyp/platform-ios.gypi
+++ b/gyp/platform-ios.gypi
@@ -22,6 +22,11 @@
'../include/mbgl/ios/MGLMapView.h',
'../platform/ios/MGLMapView.mm',
'../include/mbgl/ios/MGLAnnotation.h',
+ '../include/mbgl/ios/MGLUserLocation.h',
+ '../platform/ios/MGLUserLocation_Private.h',
+ '../platform/ios/MGLUserLocation.m',
+ '../platform/ios/MGLUserLocationAnnotationView.h',
+ '../platform/ios/MGLUserLocationAnnotationView.m',
'../include/mbgl/ios/MGLMetricsLocationManager.h',
'../platform/ios/MGLMetricsLocationManager.m',
'../include/mbgl/ios/MGLStyleFunctionValue.h',