Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[core] Move expression.cpp to expression directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Jul 19, 2018
1 parent 2e55305 commit b272605
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmake/core-files.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b272605

Please sign in to comment.