summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2020-01-08 16:05:28 -0800
committerjmkiley <jordan.kiley@mapbox.com>2020-01-08 16:05:49 -0800
commit1519679964840698c7ec80fc58f84b2b5b79a238 (patch)
treea8ae05a4e406dcd097e6690079ad32f15a22f83d
parentd3a5ed968cc5288c171404d5c3f8d16a552ff28a (diff)
downloadqtlocation-mapboxgl-1519679964840698c7ec80fc58f84b2b5b79a238.tar.gz
[ios] Add native_apple_interface to ios.cmakeupstream/jmkiley-update-ios-cmake
-rw-r--r--next/platform/ios/ios.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/next/platform/ios/ios.cmake b/next/platform/ios/ios.cmake
index 10a6839c9d..f2ab071812 100644
--- a/next/platform/ios/ios.cmake
+++ b/next/platform/ios/ios.cmake
@@ -24,6 +24,7 @@ target_sources(
${MBGL_ROOT}/platform/darwin/src/gl_functions.cpp
${MBGL_ROOT}/platform/darwin/src/headless_backend_eagl.mm
${MBGL_ROOT}/platform/darwin/src/http_file_source.mm
+ ${MBGL_ROOT}/platform/darwin/src/native_apple_interface.m
${MBGL_ROOT}/platform/darwin/src/image.mm
${MBGL_ROOT}/platform/darwin/src/local_glyph_rasterizer.mm
${MBGL_ROOT}/platform/darwin/src/logging_nslog.mm