From 398344addc456fd951dfb31d95d2668bb60af009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Tue, 22 Nov 2016 10:59:57 +0100 Subject: [build] use scripts/generate-core-files.sh to auto-generate core-files.cmake --- cmake/core-files.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cmake') 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 -- cgit v1.2.1