diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/core-files.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index f70bbb943f..c6b951c237 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -531,6 +531,8 @@ set(MBGL_CORE_FILES src/mbgl/text/collision_feature.hpp src/mbgl/text/collision_tile.cpp src/mbgl/text/collision_tile.hpp + src/mbgl/text/cross_tile_symbol_index.cpp + src/mbgl/text/cross_tile_symbol_index.hpp src/mbgl/text/get_anchors.cpp src/mbgl/text/get_anchors.hpp src/mbgl/text/glyph.cpp |