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:
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