summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-03-23 13:18:45 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-03-23 11:33:06 -0400
commit71efb24e2d3e2408f6e283ed7b8b4a1f6b24324c (patch)
tree9e967525c261baf0172d6bffc7d88572691c83f5 /platform
parent648ce071d39e275ddfcd20a94a6f96547c314635 (diff)
downloadqtlocation-mapboxgl-71efb24e2d3e2408f6e283ed7b8b4a1f6b24324c.tar.gz
Bump mapbox-base to 1.2.0
Diffstat (limited to 'platform')
-rw-r--r--platform/android/android.cmake4
1 files changed, 1 insertions, 3 deletions
diff --git a/platform/android/android.cmake b/platform/android/android.cmake
index 167f29c005..89f3860dfb 100644
--- a/platform/android/android.cmake
+++ b/platform/android/android.cmake
@@ -309,10 +309,8 @@ target_link_libraries(
example-custom-layer
PRIVATE
GLESv2
+ Mapbox::Base
Mapbox::Base::optional
- Mapbox::Base::typewrapper
- Mapbox::Base::value
- Mapbox::Base::weak
log
mbgl-compiler-options
)