From 1a12c0d7d266d62b6b97a851f58bbfb0506c983a Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Thu, 14 Sep 2017 13:34:12 +0300 Subject: [PATCH] CMake build fix. --- generator/generator_tool/CMakeLists.txt | 2 ++ openlr/openlr_stat/CMakeLists.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/generator/generator_tool/CMakeLists.txt b/generator/generator_tool/CMakeLists.txt index 0d9b0fbce5..185160383c 100644 --- a/generator/generator_tool/CMakeLists.txt +++ b/generator/generator_tool/CMakeLists.txt @@ -26,6 +26,8 @@ omim_link_libraries( icu jansson protobuf + mwm_diff + bsdiff osrm stats_client minizip diff --git a/openlr/openlr_stat/CMakeLists.txt b/openlr/openlr_stat/CMakeLists.txt index 06edee9193..7b304f5f55 100644 --- a/openlr/openlr_stat/CMakeLists.txt +++ b/openlr/openlr_stat/CMakeLists.txt @@ -25,6 +25,8 @@ omim_link_libraries(${PROJECT_NAME} oauthcpp opening_hours protobuf + mwm_diff + bsdiff pugixml stats_client ${Qt5Core_LIBRARIES}