summaryrefslogtreecommitdiff
path: root/next/platform/macos/macos.cmake
diff options
context:
space:
mode:
authorm-stephen <truestyle2005@163.com>2019-12-14 13:38:46 +0800
committerJulian Rex <julian.rex@mapbox.com>2019-12-18 11:54:55 -0500
commitc06f8faae81721a195838857b94f0a8231d59566 (patch)
tree523be0d98c2af0bc22b223bc20ef343eedbae538 /next/platform/macos/macos.cmake
parenta1baafca98d4d20106b005b85abefdf3af39135b (diff)
downloadqtlocation-mapboxgl-upstream/jrex-tequila-cp-16031.tar.gz
[ios, macos]Remove iOS/macOS codes from native codes (#16031)upstream/jrex-tequila-cp-16031
* add source/header * add ios files * add configs * modify name * http_file_source * add interface delegate when map init * fix name * fix delegate name * support mac os * add mac os support * make optional delegate when mac os * mac/ios difference * add ios change log * cancel iOS/mac OS judgement * cancel iOS/mac OS judgement * cancel judgement in .m * update * update * update http_file_source * update ios * update mac os * add mac os file * add mac os file to `.cmake` * change names * add log & fix format * reset changelog commit * update changelog * rename iOS network manager * Add a test configuration(same as default configuration) when mac os run tests * re-add account type into `http_file_source` * refactor
Diffstat (limited to 'next/platform/macos/macos.cmake')
-rw-r--r--next/platform/macos/macos.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/next/platform/macos/macos.cmake b/next/platform/macos/macos.cmake
index 721d19e625..380a341d93 100644
--- a/next/platform/macos/macos.cmake
+++ b/next/platform/macos/macos.cmake
@@ -88,6 +88,8 @@ target_sources(
${MBGL_ROOT}/platform/darwin/src/run_loop.cpp
${MBGL_ROOT}/platform/darwin/src/string_nsstring.mm
${MBGL_ROOT}/platform/darwin/src/timer.cpp
+ ${MBGL_ROOT}/platform/darwin/src/native_apple_interface.m
+ ${MBGL_ROOT}/platform/darwin/src/MGLNetworkIntegrationManager.m
${MBGL_ROOT}/platform/default/src/mbgl/gfx/headless_backend.cpp
${MBGL_ROOT}/platform/default/src/mbgl/gfx/headless_frontend.cpp
${MBGL_ROOT}/platform/default/src/mbgl/gl/headless_backend.cpp