diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2018-01-08 13:18:40 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2018-01-09 16:10:51 -0800 |
commit | a13027c1b6e2aa9a213628acf9124cd6c872f204 (patch) | |
tree | c0c86f052025c3637c9af0922551492f4398860b /cmake | |
parent | 43a9bd3fbab666f21583ff264d6b6ba1d7069374 (diff) | |
download | qtlocation-mapboxgl-a13027c1b6e2aa9a213628acf9124cd6c872f204.tar.gz |
[core] Improve typing for !=, == expressions
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 cfe543e102..8866932fc4 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -419,6 +419,7 @@ set(MBGL_CORE_FILES include/mbgl/style/expression/coalesce.hpp include/mbgl/style/expression/coercion.hpp include/mbgl/style/expression/compound_expression.hpp + include/mbgl/style/expression/equals.hpp include/mbgl/style/expression/expression.hpp include/mbgl/style/expression/find_zoom_curve.hpp include/mbgl/style/expression/get_covering_stops.hpp @@ -441,6 +442,7 @@ set(MBGL_CORE_FILES src/mbgl/style/expression/coalesce.cpp src/mbgl/style/expression/coercion.cpp src/mbgl/style/expression/compound_expression.cpp + src/mbgl/style/expression/equals.cpp src/mbgl/style/expression/find_zoom_curve.cpp src/mbgl/style/expression/get_covering_stops.cpp src/mbgl/style/expression/interpolate.cpp |