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, 3 insertions, 1 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index 172b2854b3..8b85e59d7f 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -332,6 +332,7 @@ set(MBGL_CORE_FILES
include/mbgl/style/position.hpp
include/mbgl/style/property_value.hpp
include/mbgl/style/source.hpp
+ include/mbgl/style/style.hpp
include/mbgl/style/transition_options.hpp
include/mbgl/style/types.hpp
include/mbgl/style/undefined.hpp
@@ -359,7 +360,8 @@ set(MBGL_CORE_FILES
src/mbgl/style/source_impl.hpp
src/mbgl/style/source_observer.hpp
src/mbgl/style/style.cpp
- src/mbgl/style/style.hpp
+ src/mbgl/style/style_impl.cpp
+ src/mbgl/style/style_impl.hpp
src/mbgl/style/types.cpp
# style/conversion