diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-12-19 17:10:51 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-01-04 17:38:33 -0800 |
commit | 0c0064c050396eae8dad92e5097692537405704a (patch) | |
tree | 5eb3c975fc4295b7fcbc244258f8facbc1f7e30a /cmake | |
parent | 59803d3025683a255737b5ae29bd7fc531a975a3 (diff) | |
download | qtlocation-mapboxgl-0c0064c050396eae8dad92e5097692537405704a.tar.gz |
[core] Get rid of user-specified refs
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/core-files.cmake | 3 | ||||
-rw-r--r-- | cmake/test-files.cmake | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index 3255da66f2..6c44117cd8 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -221,6 +221,8 @@ set(MBGL_CORE_FILES src/mbgl/style/cross_faded_property_evaluator.cpp src/mbgl/style/cross_faded_property_evaluator.hpp src/mbgl/style/function.cpp + src/mbgl/style/group_by_layout.cpp + src/mbgl/style/group_by_layout.hpp src/mbgl/style/layer.cpp src/mbgl/style/layer_impl.cpp src/mbgl/style/layer_impl.hpp @@ -260,6 +262,7 @@ set(MBGL_CORE_FILES include/mbgl/style/conversion/property_value.hpp include/mbgl/style/conversion/source.hpp include/mbgl/style/conversion/tileset.hpp + src/mbgl/style/conversion/stringify.hpp # style/layers include/mbgl/style/layers/background_layer.hpp diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake index 7d8dc82756..e05b956b1e 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -73,10 +73,12 @@ set(MBGL_TEST_FILES # style/conversion test/style/conversion/geojson_options.test.cpp + test/style/conversion/stringify.test.cpp # style test/style/filter.test.cpp test/style/functions.test.cpp + test/style/group_by_layout.test.cpp test/style/source.test.cpp test/style/style.test.cpp test/style/style_layer.test.cpp |