Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Gorshenin <mipt.vi002@gmail.com>2017-04-05 13:06:42 +0300
committerGitHub <noreply@github.com>2017-04-05 13:06:42 +0300
commite9b446ff4302980a35b2df6026cf615fe8386589 (patch)
treebbaef60259ed58619eba8d52e997ca511c5d0b3a /storage
parent330fb14366eb4e64a17567db94a65ee2c16421dd (diff)
parent0f1fb3c9f81e3d0844613f145b995f9497f9437d (diff)
Merge pull request #5691 from darina/icu-transliteration
Transliteration using for obtaining best feature name.
Diffstat (limited to 'storage')
-rw-r--r--storage/storage_integration_tests/CMakeLists.txt1
-rw-r--r--storage/storage_integration_tests/storage_integration_tests.pro2
-rw-r--r--storage/storage_tests/CMakeLists.txt1
-rw-r--r--storage/storage_tests/storage_tests.pro2
4 files changed, 4 insertions, 2 deletions
diff --git a/storage/storage_integration_tests/CMakeLists.txt b/storage/storage_integration_tests/CMakeLists.txt
index 819484bab7..0c6c2dc311 100644
--- a/storage/storage_integration_tests/CMakeLists.txt
+++ b/storage/storage_integration_tests/CMakeLists.txt
@@ -40,6 +40,7 @@ omim_link_libraries(
freetype
expat
fribidi
+ icu
jansson
protobuf
osrm
diff --git a/storage/storage_integration_tests/storage_integration_tests.pro b/storage/storage_integration_tests/storage_integration_tests.pro
index 4188439612..d1c226b6cc 100644
--- a/storage/storage_integration_tests/storage_integration_tests.pro
+++ b/storage/storage_integration_tests/storage_integration_tests.pro
@@ -9,7 +9,7 @@ ROOT_DIR = ../..
DEPENDENCIES = map drape_frontend routing search storage tracking traffic routing_common indexer drape \
partners_api platform_tests_support platform editor opening_hours geometry \
coding base freetype expat fribidi jansson protobuf osrm stats_client \
- minizip succinct pugixml oauthcpp stb_image sdf_image
+ minizip succinct pugixml oauthcpp stb_image sdf_image icu
include($$ROOT_DIR/common.pri)
diff --git a/storage/storage_tests/CMakeLists.txt b/storage/storage_tests/CMakeLists.txt
index eaf31cce26..7b5b137f74 100644
--- a/storage/storage_tests/CMakeLists.txt
+++ b/storage/storage_tests/CMakeLists.txt
@@ -46,6 +46,7 @@ omim_link_libraries(
freetype
expat
fribidi
+ icu
jansson
tess2
protobuf
diff --git a/storage/storage_tests/storage_tests.pro b/storage/storage_tests/storage_tests.pro
index 32016578bc..26824f0d9b 100644
--- a/storage/storage_tests/storage_tests.pro
+++ b/storage/storage_tests/storage_tests.pro
@@ -14,7 +14,7 @@ DEPENDENCIES = generator_tests_support generator
DEPENDENCIES *= drape_frontend map routing traffic routing_common \
search storage indexer drape platform_tests_support platform editor opening_hours geometry \
coding base freetype expat fribidi jansson tess2 protobuf osrm stats_client \
- minizip succinct pugixml oauthcpp stb_image sdf_image
+ minizip succinct pugixml oauthcpp stb_image sdf_image icu
include($$ROOT_DIR/common.pri)