summaryrefslogtreecommitdiff
path: root/cmake/core-files.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/core-files.cmake')
-rw-r--r--cmake/core-files.cmake10
1 files changed, 10 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index 9b66fce69c..c4a98f3ddc 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -415,6 +415,16 @@ set(MBGL_CORE_FILES
src/mbgl/style/expression/match.cpp
src/mbgl/style/expression/value.cpp
+ # style/expression/parse
+ include/mbgl/style/expression/parse/array_assertion.hpp
+ include/mbgl/style/expression/parse/case.hpp
+ include/mbgl/style/expression/parse/coalesce.hpp
+ include/mbgl/style/expression/parse/compound_expression.hpp
+ include/mbgl/style/expression/parse/curve.hpp
+ include/mbgl/style/expression/parse/let.hpp
+ include/mbgl/style/expression/parse/literal.hpp
+ include/mbgl/style/expression/parse/match.hpp
+
# style/function
include/mbgl/style/function/camera_function.hpp
include/mbgl/style/function/categorical_stops.hpp