summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAnand Thakker <anandthakker@users.noreply.github.com>2018-08-02 13:48:47 -0400
committerGitHub <noreply@github.com>2018-08-02 13:48:47 -0400
commitd25e1a1e7f313efd78aa76c76e4fed5f4d792d8a (patch)
treefb3e191cf79c09e14e3bf41e1d3212a74175f985 /cmake
parent952c4131e6a46fd0fab2208379dc340fb02924e3 (diff)
downloadqtlocation-mapboxgl-d25e1a1e7f313efd78aa76c76e4fed5f4d792d8a.tar.gz
Relax typing for comparison operators (#12537)
* Relax typing for comparison operators Ports https://github.com/mapbox/mapbox-gl-js/pull/6961 * Review comments * Lint fixes
Diffstat (limited to 'cmake')
-rw-r--r--cmake/core-files.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index 44aff682fc..addacc174d 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -455,9 +455,9 @@ set(MBGL_CORE_FILES
include/mbgl/style/expression/coercion.hpp
include/mbgl/style/expression/collator.hpp
include/mbgl/style/expression/collator_expression.hpp
+ include/mbgl/style/expression/comparison.hpp
include/mbgl/style/expression/compound_expression.hpp
include/mbgl/style/expression/dsl.hpp
- include/mbgl/style/expression/equals.hpp
include/mbgl/style/expression/error.hpp
include/mbgl/style/expression/expression.hpp
include/mbgl/style/expression/find_zoom_curve.hpp
@@ -483,9 +483,9 @@ set(MBGL_CORE_FILES
src/mbgl/style/expression/coalesce.cpp
src/mbgl/style/expression/coercion.cpp
src/mbgl/style/expression/collator_expression.cpp
+ src/mbgl/style/expression/comparison.cpp
src/mbgl/style/expression/compound_expression.cpp
src/mbgl/style/expression/dsl.cpp
- src/mbgl/style/expression/equals.cpp
src/mbgl/style/expression/expression.cpp
src/mbgl/style/expression/find_zoom_curve.cpp
src/mbgl/style/expression/get_covering_stops.cpp