summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/core-files.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index adbaed8333..8f3d5839e2 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -337,6 +337,8 @@ set(MBGL_CORE_FILES
src/mbgl/style/sources/vector_source_impl.hpp
# text
+ src/mbgl/text/bidi.cpp
+ src/mbgl/text/bidi.hpp
src/mbgl/text/check_max_angle.cpp
src/mbgl/text/check_max_angle.hpp
src/mbgl/text/collision_feature.cpp
@@ -360,8 +362,6 @@ set(MBGL_CORE_FILES
src/mbgl/text/quads.hpp
src/mbgl/text/shaping.cpp
src/mbgl/text/shaping.hpp
- src/mbgl/text/bidi.cpp
- src/mbgl/text/bidi.hpp
# tile
src/mbgl/tile/geojson_tile.cpp
@@ -442,9 +442,9 @@ set(MBGL_CORE_FILES
src/mbgl/util/http_header.hpp
src/mbgl/util/http_timeout.cpp
src/mbgl/util/http_timeout.hpp
- src/mbgl/util/ignore.hpp
src/mbgl/util/i18n.cpp
src/mbgl/util/i18n.hpp
+ src/mbgl/util/ignore.hpp
src/mbgl/util/indexed_tuple.hpp
src/mbgl/util/interpolate.hpp
src/mbgl/util/intersection_tests.cpp