diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/core-files.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index eafe513d22..20aa4dfd0c 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -79,6 +79,10 @@ set(MBGL_CORE_FILES src/mbgl/gl/object_store.cpp src/mbgl/gl/object_store.hpp + # layout + src/mbgl/layout/symbol_layout.cpp + src/mbgl/layout/symbol_layout.hpp + # map include/mbgl/map/camera.hpp include/mbgl/map/map.hpp @@ -250,6 +254,7 @@ set(MBGL_CORE_FILES src/mbgl/style/tile_source_impl.cpp src/mbgl/style/tile_source_impl.hpp src/mbgl/style/types.cpp + src/mbgl/style/update_batch.hpp src/mbgl/style/update_parameters.hpp # style/conversion |