diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-07-06 18:08:16 -0700 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-07-08 19:46:03 +0200 |
commit | 5ab58deb44de2361bf7ed943c561cb4f68fac317 (patch) | |
tree | 7f7bab297646905093908aa46ef35791e417a539 /gyp/platform-ios.gypi | |
parent | 1f4b5e773634f12c00b6d6c846defc908ec79604 (diff) | |
download | qtlocation-mapboxgl-5ab58deb44de2361bf7ed943c561cb4f68fac317.tar.gz |
Cocoa custom marker imagery API
Diffstat (limited to 'gyp/platform-ios.gypi')
-rw-r--r-- | gyp/platform-ios.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi index 52a66ea45f..7baba06e5c 100644 --- a/gyp/platform-ios.gypi +++ b/gyp/platform-ios.gypi @@ -50,6 +50,8 @@ '../platform/ios/MGLPolygon.m', '../include/mbgl/ios/MGLShape.h', '../platform/ios/MGLShape.m', + '../include/mbgl/ios/MGLAnnotationImage.h', + '../platform/ios/MGLAnnotationImage.m', '../platform/ios/NSBundle+MGLAdditions.h', '../platform/ios/NSBundle+MGLAdditions.m', '../platform/ios/NSException+MGLAdditions.h', |