summaryrefslogtreecommitdiff
path: root/cmake/core-files.cmake
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2016-11-17 14:12:28 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-11-17 14:33:03 -0800
commitbceeba29a3fa85105c21718ed0be8704508ab585 (patch)
tree1fd7bba911a0c407d656ca53257631b5ec0bfea1 /cmake/core-files.cmake
parent40b0c8d0760f8a767ef4646607ac63251d86de8d (diff)
downloadqtlocation-mapboxgl-bceeba29a3fa85105c21718ed0be8704508ab585.tar.gz
[core] Add ICU package for Bidirectional text support and arabic text shaping.
Apply bidi and shaping in symbol_layout. Add utility functions for converting to and from UTF-16.
Diffstat (limited to 'cmake/core-files.cmake')
-rw-r--r--cmake/core-files.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index 0bde8505e8..bbfec6a4c2 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -360,6 +360,8 @@ 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