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:
authorArsentiy Milchakov <milcars@mapswithme.com>2017-03-22 19:13:31 +0300
committerGitHub <noreply@github.com>2017-03-22 19:13:31 +0300
commit999e53f76decc44595c5a85549962d197c11c3a8 (patch)
treebb1aed92b2c09596622517347d91281b2c218087
parentff7f2f23281b8060048dec959877c9ac91e05529 (diff)
parenteb51970540ec3822939ff91076dd99eb2491de25 (diff)
Merge pull request #5669 from mpimenov/fix-buildbeta-696
Fix build.
-rw-r--r--search/search_quality/search_quality_tests/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/search/search_quality/search_quality_tests/CMakeLists.txt b/search/search_quality/search_quality_tests/CMakeLists.txt
index 423c70e9b5..b593f20d6d 100644
--- a/search/search_quality/search_quality_tests/CMakeLists.txt
+++ b/search/search_quality/search_quality_tests/CMakeLists.txt
@@ -13,6 +13,8 @@ omim_link_libraries(
coding
base
jansson
+ stats_client
+ ${LIBZ}
)
link_qt5_core(${PROJECT_NAME})