summaryrefslogtreecommitdiff
path: root/next/platform
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-09-24 17:44:39 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-09-26 11:57:39 +0300
commit2b834001cca8c2b0552c106dd404da1b238f043b (patch)
tree0380a5255f99fd104999ddde0f4efd49d8ca5213 /next/platform
parent73a9d33b29fe4be9addf50c07a50de6131a6a002 (diff)
downloadqtlocation-mapboxgl-2b834001cca8c2b0552c106dd404da1b238f043b.tar.gz
[core] type aliases and conversion traits for mapbox::base::Value
Diffstat (limited to 'next/platform')
-rw-r--r--next/platform/android/android.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/next/platform/android/android.cmake b/next/platform/android/android.cmake
index 13818e39a7..1bde72d11d 100644
--- a/next/platform/android/android.cmake
+++ b/next/platform/android/android.cmake
@@ -268,6 +268,7 @@ target_link_libraries(
GLESv2
Mapbox::Base::optional
Mapbox::Base::typewrapper
+ Mapbox::Base::value
Mapbox::Base::weak
log
)