diff options
author | Ivo van Dongen <info@ivovandongen.nl> | 2017-02-24 16:06:09 +0200 |
---|---|---|
committer | Ivo van Dongen <ivovandongen@users.noreply.github.com> | 2017-02-28 09:33:04 -0800 |
commit | 3e48b377fd1024e86c6d985c7b66c729fe93ba43 (patch) | |
tree | ff6e3368f8e3b01002e8d56ba9c7aa020d2d6779 /platform/android/config.cmake | |
parent | 283aee0754837a05386bdb6bfacbd5d88156792e (diff) | |
download | qtlocation-mapboxgl-3e48b377fd1024e86c6d985c7b66c729fe93ba43.tar.gz |
[android] add unknown layer type
Diffstat (limited to 'platform/android/config.cmake')
-rw-r--r-- | platform/android/config.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/android/config.cmake b/platform/android/config.cmake index 3d3728aed7..2a66f32b76 100644 --- a/platform/android/config.cmake +++ b/platform/android/config.cmake @@ -114,6 +114,8 @@ macro(mbgl_platform_core) platform/android/src/style/layers/raster_layer.hpp platform/android/src/style/layers/symbol_layer.cpp platform/android/src/style/layers/symbol_layer.hpp + platform/android/src/style/layers/unknown_layer.cpp + platform/android/src/style/layers/unknown_layer.hpp platform/android/src/style/sources/geojson_source.cpp platform/android/src/style/sources/geojson_source.hpp platform/android/src/style/sources/source.cpp |