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
path: root/editor
diff options
context:
space:
mode:
authorSergey Yershov <syershov@maps.me>2016-11-17 13:26:41 +0300
committerSergey Yershov <syershov@maps.me>2016-11-17 13:28:54 +0300
commit4a0b854e20b6eef88eb8ba27289e1567d69e2a39 (patch)
tree8f72982c99e67689abd8e3b62e15a563154bd719 /editor
parentd9e4a1b1a28fc888ca0b1a333c6a1b49a52fb6ce (diff)
Fix CMake projects
Diffstat (limited to 'editor')
-rw-r--r--editor/editor_tests/CMakeLists.txt2
-rw-r--r--editor/osm_auth_tests/CMakeLists.txt3
2 files changed, 3 insertions, 2 deletions
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}
)