summaryrefslogtreecommitdiff
path: root/platform/android/config.cmake
diff options
context:
space:
mode:
authorIvo van Dongen <info@ivovandongen.nl>2017-02-09 17:34:28 +0200
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-02-09 11:16:26 -0600
commitc65e8bfa62907fe27f23952f6ae949736c52c6c0 (patch)
treeb9fb2401627bdc67c3eb042dc109f9c52dafaf17 /platform/android/config.cmake
parentf35ca0d9dfc8a6ba88273edbeda43e633ae0adce (diff)
downloadqtlocation-mapboxgl-c65e8bfa62907fe27f23952f6ae949736c52c6c0.tar.gz
[android] Refactor composite stop types and conversions
Diffstat (limited to 'platform/android/config.cmake')
-rw-r--r--platform/android/config.cmake10
1 files changed, 10 insertions, 0 deletions
diff --git a/platform/android/config.cmake b/platform/android/config.cmake
index cfd6a3cdb5..9491071f2a 100644
--- a/platform/android/config.cmake
+++ b/platform/android/config.cmake
@@ -118,6 +118,16 @@ macro(mbgl_platform_core)
platform/android/src/style/sources/raster_source.hpp
platform/android/src/style/sources/vector_source.cpp
platform/android/src/style/sources/vector_source.hpp
+ platform/android/src/style/functions/stop.cpp
+ platform/android/src/style/functions/stop.hpp
+ platform/android/src/style/functions/categorical_stops.cpp
+ platform/android/src/style/functions/categorical_stops.hpp
+ platform/android/src/style/functions/exponential_stops.cpp
+ platform/android/src/style/functions/exponential_stops.hpp
+ platform/android/src/style/functions/identity_stops.cpp
+ platform/android/src/style/functions/identity_stops.hpp
+ platform/android/src/style/functions/interval_stops.cpp
+ platform/android/src/style/functions/interval_stops.hpp
# Connectivity
platform/android/src/connectivity_listener.cpp