diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2017-02-09 12:36:40 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-02-09 15:08:51 -0600 |
commit | b6e5edc26844df6a5f1f6e34881826828d36ce6a (patch) | |
tree | 214b77ec99c2302acedb8ee4beb9699e3e2d9d17 /cmake | |
parent | 925d394ab52f3d859c4111d53242b403d4e2e300 (diff) | |
download | qtlocation-mapboxgl-b6e5edc26844df6a5f1f6e34881826828d36ce6a.tar.gz |
[core] Restore support for *-transition properties
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/core-files.cmake | 4 | ||||
-rw-r--r-- | cmake/test-files.cmake | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index 47e486571f..2696d2bf3e 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -296,12 +296,16 @@ set(MBGL_CORE_FILES include/mbgl/style/conversion/property_value.hpp include/mbgl/style/conversion/source.hpp include/mbgl/style/conversion/tileset.hpp + include/mbgl/style/conversion/transition_options.hpp src/mbgl/style/conversion/stringify.hpp # style/function include/mbgl/style/function/camera_function.hpp include/mbgl/style/function/categorical_stops.hpp + include/mbgl/style/function/composite_categorical_stops.hpp + include/mbgl/style/function/composite_exponential_stops.hpp include/mbgl/style/function/composite_function.hpp + include/mbgl/style/function/composite_interval_stops.hpp include/mbgl/style/function/exponential_stops.hpp include/mbgl/style/function/identity_stops.hpp include/mbgl/style/function/interval_stops.hpp diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake index 9ab9918162..b2bff6c72a 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -74,6 +74,7 @@ set(MBGL_TEST_FILES # style/conversion test/style/conversion/function.test.cpp test/style/conversion/geojson_options.test.cpp + test/style/conversion/layer.test.cpp test/style/conversion/stringify.test.cpp # style |