From 4a0b854e20b6eef88eb8ba27289e1567d69e2a39 Mon Sep 17 00:00:00 2001 From: Sergey Yershov Date: Thu, 17 Nov 2016 13:26:41 +0300 Subject: [PATCH] Fix CMake projects --- drape_frontend/drape_frontend_tests/CMakeLists.txt | 1 + editor/editor_tests/CMakeLists.txt | 2 +- editor/osm_auth_tests/CMakeLists.txt | 3 ++- platform/platform_tests/CMakeLists.txt | 2 +- tracking/tracking_tests/CMakeLists.txt | 3 ++- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/drape_frontend/drape_frontend_tests/CMakeLists.txt b/drape_frontend/drape_frontend_tests/CMakeLists.txt index e50f9228f4..3509022ab5 100644 --- a/drape_frontend/drape_frontend_tests/CMakeLists.txt +++ b/drape_frontend/drape_frontend_tests/CMakeLists.txt @@ -32,5 +32,6 @@ omim_link_libraries( expat tomcrypt stats_client + ${LIBZ} ${Qt5OpenGL_LIBRARIES} ) \ No newline at end of file diff --git a/editor/editor_tests/CMakeLists.txt b/editor/editor_tests/CMakeLists.txt index 457c0721a8..9dbd8b1949 100644 --- a/editor/editor_tests/CMakeLists.txt +++ b/editor/editor_tests/CMakeLists.txt @@ -26,7 +26,7 @@ omim_link_libraries( opening_hours pugixml oauthcpp - tomcrypt + ${LIBZ} ${Qt5Widgets_LIBRARIES} ) diff --git a/editor/osm_auth_tests/CMakeLists.txt b/editor/osm_auth_tests/CMakeLists.txt index 237337c86d..2e8b61d36a 100644 --- a/editor/osm_auth_tests/CMakeLists.txt +++ b/editor/osm_auth_tests/CMakeLists.txt @@ -18,7 +18,8 @@ omim_link_libraries( base pugixml oauthcpp - tomcrypt + stats_client + ${LIBZ} ${Qt5Widgets_LIBRARIES} ) diff --git a/platform/platform_tests/CMakeLists.txt b/platform/platform_tests/CMakeLists.txt index 5ffd0ca67b..b6a9d672d7 100644 --- a/platform/platform_tests/CMakeLists.txt +++ b/platform/platform_tests/CMakeLists.txt @@ -25,7 +25,7 @@ omim_link_libraries( base jansson minizip - tomcrypt + stats_client ${LIBZ} ) diff --git a/tracking/tracking_tests/CMakeLists.txt b/tracking/tracking_tests/CMakeLists.txt index 7e961a1c51..d5dc1abfb4 100644 --- a/tracking/tracking_tests/CMakeLists.txt +++ b/tracking/tracking_tests/CMakeLists.txt @@ -15,7 +15,8 @@ omim_link_libraries( coding base geometry - tomcrypt + stats_client + ${LIBZ} ${Qt5Widgets_LIBRARIES} )