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.cmake4
1 files changed, 1 insertions, 3 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index 2aae6e4573..d2244d14a8 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -484,6 +484,7 @@ set(MBGL_CORE_FILES
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
src/mbgl/style/expression/interpolate.cpp
@@ -499,9 +500,6 @@ set(MBGL_CORE_FILES
src/mbgl/style/expression/util.hpp
src/mbgl/style/expression/value.cpp
- # style/function
- src/mbgl/style/function/expression.cpp
-
# style/layers
include/mbgl/style/layers/background_layer.hpp
include/mbgl/style/layers/circle_layer.hpp