summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAnand Thakker <github@anandthakker.net>2017-07-07 08:23:37 -0400
committerAnand Thakker <github@anandthakker.net>2017-07-07 17:06:45 -0400
commitd1b85505cde735cf40b37c994423380d6c0b02ac (patch)
treecfcb437202830f09cb51e81284e68433764eab38 /cmake
parent21de44b47f0cc4f42e56b120d014ef4609b162fd (diff)
downloadqtlocation-mapboxgl-d1b85505cde735cf40b37c994423380d6c0b02ac.tar.gz
Factor out expression parsing
- Also make error reporting consistent with GL JS
Diffstat (limited to 'cmake')
-rw-r--r--cmake/core-files.cmake6
1 files changed, 5 insertions, 1 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index a93bedbf7a..d3eb02ac13 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -388,6 +388,11 @@ set(MBGL_CORE_FILES
src/mbgl/style/conversion/json.hpp
src/mbgl/style/conversion/stringify.hpp
+ # style/expression
+ include/mbgl/style/expression/expression.hpp
+ include/mbgl/style/expression/parse.hpp
+ include/mbgl/style/expression/parsing_context.hpp
+
# style/function
include/mbgl/style/function/camera_function.hpp
include/mbgl/style/function/categorical_stops.hpp
@@ -396,7 +401,6 @@ set(MBGL_CORE_FILES
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/expression.hpp
include/mbgl/style/function/identity_stops.hpp
include/mbgl/style/function/interval_stops.hpp
include/mbgl/style/function/source_function.hpp