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, 4 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index 47e486571f..2696d2bf3e 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -296,12 +296,16 @@ set(MBGL_CORE_FILES
include/mbgl/style/conversion/property_value.hpp
include/mbgl/style/conversion/source.hpp
include/mbgl/style/conversion/tileset.hpp
+ include/mbgl/style/conversion/transition_options.hpp
src/mbgl/style/conversion/stringify.hpp
# style/function
include/mbgl/style/function/camera_function.hpp
include/mbgl/style/function/categorical_stops.hpp
+ include/mbgl/style/function/composite_categorical_stops.hpp
+ include/mbgl/style/function/composite_exponential_stops.hpp
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/identity_stops.hpp
include/mbgl/style/function/interval_stops.hpp