summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-04-30 17:52:42 -0400
committerJustin R. Miller <incanus@codesorcery.net>2015-04-30 17:52:42 -0400
commitc69e985fa5f739b06c0e8668ec06c3a72cb094e1 (patch)
tree51c9032d6f6b99966beaf2bf85f7dad9484f028b /gyp
parent8192d2ed106284f5c58ce9a63730e314e556409f (diff)
downloadqtlocation-mapboxgl-c69e985fa5f739b06c0e8668ec06c3a72cb094e1.tar.gz
fixes #1102: implement reference-counted shared file cache vendor
Diffstat (limited to 'gyp')
-rw-r--r--gyp/platform-ios.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi
index 8d42069572..f1f95d908e 100644
--- a/gyp/platform-ios.gypi
+++ b/gyp/platform-ios.gypi
@@ -22,6 +22,8 @@
'../include/mbgl/ios/MGLMapView.h',
'../include/mbgl/ios/MGLMapView+IBAdditions.h',
'../platform/ios/MGLMapView.mm',
+ '../platform/ios/MGLFileCache.h',
+ '../platform/ios/MGLFileCache.mm',
'../include/mbgl/ios/MGLAnnotation.h',
'../include/mbgl/ios/MGLUserLocation.h',
'../platform/ios/MGLUserLocation_Private.h',