summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2018-09-11 12:48:07 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2018-09-11 15:15:33 -0700
commite414449ee93582aaa73a200763aa12a0388e89ca (patch)
tree25667009fe944c02ccef51c18098c2d50ff8ec78 /cmake
parentc3dfb141ba1bea8fdf47e1f3522853161cd7ade9 (diff)
downloadqtlocation-mapboxgl-e414449ee93582aaa73a200763aa12a0388e89ca.tar.gz
[core] Implement array assertion fallback behavior
This was added in gl-js in #7095.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/core-files.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/core-files.txt b/cmake/core-files.txt
index ec3c9266d8..207bf877ce 100644
--- a/cmake/core-files.txt
+++ b/cmake/core-files.txt
@@ -448,7 +448,6 @@ src/mbgl/style/conversion/tileset.cpp
src/mbgl/style/conversion/transition_options.cpp
# style/expression
-include/mbgl/style/expression/array_assertion.hpp
include/mbgl/style/expression/assertion.hpp
include/mbgl/style/expression/at.hpp
include/mbgl/style/expression/boolean_operator.hpp
@@ -477,7 +476,6 @@ include/mbgl/style/expression/parsing_context.hpp
include/mbgl/style/expression/step.hpp
include/mbgl/style/expression/type.hpp
include/mbgl/style/expression/value.hpp
-src/mbgl/style/expression/array_assertion.cpp
src/mbgl/style/expression/assertion.cpp
src/mbgl/style/expression/at.cpp
src/mbgl/style/expression/boolean_operator.cpp