From bceeba29a3fa85105c21718ed0be8704508ab585 Mon Sep 17 00:00:00 2001 From: Chris Loer Date: Thu, 17 Nov 2016 14:12:28 -0800 Subject: [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. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 064710780f..6358976e6a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,6 +52,7 @@ mason_use(earcut VERSION 0.12.1 HEADER_ONLY) mason_use(protozero VERSION 1.4.2 HEADER_ONLY) mason_use(pixelmatch VERSION 0.10.0 HEADER_ONLY) mason_use(geojson VERSION 0.3.2 HEADER_ONLY) +mason_use(icu VERSION 58.1) if(WITH_COVERAGE) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --coverage") -- cgit v1.2.1