diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2017-04-20 10:28:05 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2017-04-20 20:04:33 +0200 |
commit | 97f2a448594d7f904f298c61ab7ba673418d36e5 (patch) | |
tree | 82f35151c62efddce5e58f4557222c1df3f51467 /cmake | |
parent | 0d1d0efd60b306f349943e886345b283b4164ebc (diff) | |
download | qtlocation-mapboxgl-97f2a448594d7f904f298c61ab7ba673418d36e5.tar.gz |
[core] remove unused leftover files
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/core-files.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index 98c51b2d5d..0ea01992de 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -270,6 +270,7 @@ set(MBGL_CORE_FILES src/mbgl/style/observer.hpp src/mbgl/style/paint_property.hpp src/mbgl/style/paint_property_binder.hpp + src/mbgl/style/paint_property_statistics.hpp src/mbgl/style/parser.cpp src/mbgl/style/parser.hpp src/mbgl/style/possibly_evaluated_property_value.hpp @@ -431,6 +432,7 @@ set(MBGL_CORE_FILES src/mbgl/tile/vector_tile.hpp # util + include/mbgl/util/any.hpp include/mbgl/util/async_request.hpp include/mbgl/util/async_task.hpp include/mbgl/util/char_array_buffer.hpp |