summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-11-30 10:31:55 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-12-06 15:05:45 -0800
commitcc6e5c9df9b7b42eba9cdb51bea529c1d5c3a497 (patch)
tree91b85aaa13e4e34539923a59d08f316c4cb49562 /cmake
parent05b0dcd0f87b90d179d9d0aeeb6a618b9f836a79 (diff)
downloadqtlocation-mapboxgl-cc6e5c9df9b7b42eba9cdb51bea529c1d5c3a497.tar.gz
[core] Move CrossFadedPropertyEvaluator to its own file
Diffstat (limited to 'cmake')
-rw-r--r--cmake/core-files.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index a819675f4f..6a87be8b5f 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -218,6 +218,8 @@ set(MBGL_CORE_FILES
src/mbgl/style/cascade_parameters.hpp
src/mbgl/style/class_dictionary.cpp
src/mbgl/style/class_dictionary.hpp
+ src/mbgl/style/cross_faded_property_evaluator.cpp
+ src/mbgl/style/cross_faded_property_evaluator.hpp
src/mbgl/style/function.cpp
src/mbgl/style/layer.cpp
src/mbgl/style/layer_impl.cpp
@@ -229,7 +231,6 @@ set(MBGL_CORE_FILES
src/mbgl/style/parser.cpp
src/mbgl/style/parser.hpp
src/mbgl/style/property_evaluation_parameters.hpp
- src/mbgl/style/property_evaluator.cpp
src/mbgl/style/property_evaluator.hpp
src/mbgl/style/property_parsing.cpp
src/mbgl/style/property_parsing.hpp