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:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2017-03-22 23:24:46 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2017-03-30 14:53:24 +0300
commit97703995bdea007672637b16e72c5458d6798761 (patch)
treec1d7d70470e8e85ab0d7f0e0308645c775e192e7 /indexer
parent955510e2067816c41f3b8efdf53d9d97d65b9e09 (diff)
icu added into cmake build system.
Diffstat (limited to 'indexer')
-rw-r--r--indexer/CMakeLists.txt2
-rw-r--r--indexer/indexer_tests/CMakeLists.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/indexer/CMakeLists.txt b/indexer/CMakeLists.txt
index b7c93770d1..12f6ed3dfc 100644
--- a/indexer/CMakeLists.txt
+++ b/indexer/CMakeLists.txt
@@ -1,6 +1,6 @@
project(indexer)
-include_directories(${OMIM_ROOT}/3party/protobuf/src)
+include_directories(${OMIM_ROOT}/3party/protobuf/src ${OMIM_ROOT}/3party/icu/common ${OMIM_ROOT}/3party/icu/i18n)
set(
SRC
diff --git a/indexer/indexer_tests/CMakeLists.txt b/indexer/indexer_tests/CMakeLists.txt
index 5489408437..3e49a1e8ed 100644
--- a/indexer/indexer_tests/CMakeLists.txt
+++ b/indexer/indexer_tests/CMakeLists.txt
@@ -58,6 +58,7 @@ omim_link_libraries(
geometry
base
stats_client
+ icu
jansson
tess2
protobuf