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.cmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index d3eb02ac13..01fd8dd1dc 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -392,6 +392,9 @@ set(MBGL_CORE_FILES
include/mbgl/style/expression/expression.hpp
include/mbgl/style/expression/parse.hpp
include/mbgl/style/expression/parsing_context.hpp
+ include/mbgl/style/expression/type.hpp
+ include/mbgl/style/expression/value.hpp
+ src/mbgl/style/expression/type.cpp
# style/function
include/mbgl/style/function/camera_function.hpp
@@ -404,11 +407,9 @@ set(MBGL_CORE_FILES
include/mbgl/style/function/identity_stops.hpp
include/mbgl/style/function/interval_stops.hpp
include/mbgl/style/function/source_function.hpp
- include/mbgl/style/function/type.hpp
src/mbgl/style/function/categorical_stops.cpp
src/mbgl/style/function/expression.cpp
src/mbgl/style/function/identity_stops.cpp
- src/mbgl/style/function/type.cpp
# style/layers
include/mbgl/style/layers/background_layer.hpp