From b0c5e80a2abf8e0fed3d7434f53e648df9d2bd2d Mon Sep 17 00:00:00 2001 From: tatiana-yan Date: Tue, 19 Nov 2019 16:07:17 +0300 Subject: [PATCH] [cmake] Add succinct dependency. --- editor/osm_auth_tests/CMakeLists.txt | 1 + generator/feature_segments_checker/CMakeLists.txt | 1 + generator/srtm_coverage_checker/CMakeLists.txt | 1 + kml/kml_tests/CMakeLists.txt | 1 + map/style_tests/CMakeLists.txt | 1 + openlr/openlr_stat/CMakeLists.txt | 1 + partners_api/partners_api_tests/CMakeLists.txt | 1 + routing/routes_builder/routes_builder_tool/CMakeLists.txt | 1 + routing/routing_quality/CMakeLists.txt | 1 + search/search_quality/search_quality_tests/CMakeLists.txt | 1 + track_analyzing/track_analyzer/CMakeLists.txt | 1 + track_analyzing/track_analyzing_tests/CMakeLists.txt | 1 + track_generator/CMakeLists.txt | 1 + traffic/traffic_tests/CMakeLists.txt | 1 + 14 files changed, 14 insertions(+) diff --git a/editor/osm_auth_tests/CMakeLists.txt b/editor/osm_auth_tests/CMakeLists.txt index 09f3a72c49..727bef0f8d 100644 --- a/editor/osm_auth_tests/CMakeLists.txt +++ b/editor/osm_auth_tests/CMakeLists.txt @@ -23,6 +23,7 @@ omim_link_libraries( icu oauthcpp stats_client + succinct ${LIBZ} ${Qt5Widgets_LIBRARIES} ) diff --git a/generator/feature_segments_checker/CMakeLists.txt b/generator/feature_segments_checker/CMakeLists.txt index a1623df0cd..6fa3eff9ed 100644 --- a/generator/feature_segments_checker/CMakeLists.txt +++ b/generator/feature_segments_checker/CMakeLists.txt @@ -30,6 +30,7 @@ omim_link_libraries( oauthcpp protobuf stats_client + succinct ${LIBZ} ) diff --git a/generator/srtm_coverage_checker/CMakeLists.txt b/generator/srtm_coverage_checker/CMakeLists.txt index 1678ef275a..8f15a63667 100644 --- a/generator/srtm_coverage_checker/CMakeLists.txt +++ b/generator/srtm_coverage_checker/CMakeLists.txt @@ -30,6 +30,7 @@ omim_link_libraries( oauthcpp protobuf stats_client + succinct ${LIBZ} ) diff --git a/kml/kml_tests/CMakeLists.txt b/kml/kml_tests/CMakeLists.txt index deabe6b0a8..6436aa43e5 100644 --- a/kml/kml_tests/CMakeLists.txt +++ b/kml/kml_tests/CMakeLists.txt @@ -24,6 +24,7 @@ omim_link_libraries( pugixml expat stats_client + succinct ${LIBZ} ) link_qt5_core(${PROJECT_NAME}) diff --git a/map/style_tests/CMakeLists.txt b/map/style_tests/CMakeLists.txt index bd033e6947..fd51a16f36 100644 --- a/map/style_tests/CMakeLists.txt +++ b/map/style_tests/CMakeLists.txt @@ -30,6 +30,7 @@ omim_link_libraries( oauthcpp protobuf stats_client + succinct ${LIBZ} ) diff --git a/openlr/openlr_stat/CMakeLists.txt b/openlr/openlr_stat/CMakeLists.txt index 443491fd9c..0d1ab5e8c7 100644 --- a/openlr/openlr_stat/CMakeLists.txt +++ b/openlr/openlr_stat/CMakeLists.txt @@ -30,6 +30,7 @@ omim_link_libraries(${PROJECT_NAME} bsdiff pugixml stats_client + succinct ${Qt5Core_LIBRARIES} ${LIBZ} ) diff --git a/partners_api/partners_api_tests/CMakeLists.txt b/partners_api/partners_api_tests/CMakeLists.txt index e82ff0bd33..d9548da6df 100644 --- a/partners_api/partners_api_tests/CMakeLists.txt +++ b/partners_api/partners_api_tests/CMakeLists.txt @@ -40,6 +40,7 @@ omim_link_libraries( base jansson stats_client + succinct pugixml protobuf oauthcpp diff --git a/routing/routes_builder/routes_builder_tool/CMakeLists.txt b/routing/routes_builder/routes_builder_tool/CMakeLists.txt index ff1587bfc3..d4590b87ff 100644 --- a/routing/routes_builder/routes_builder_tool/CMakeLists.txt +++ b/routing/routes_builder/routes_builder_tool/CMakeLists.txt @@ -32,6 +32,7 @@ omim_link_libraries( oauthcpp protobuf stats_client + succinct gflags ${LIBZ} ) diff --git a/routing/routing_quality/CMakeLists.txt b/routing/routing_quality/CMakeLists.txt index 44517defe9..d1bcf57fa5 100644 --- a/routing/routing_quality/CMakeLists.txt +++ b/routing/routing_quality/CMakeLists.txt @@ -28,6 +28,7 @@ omim_link_libraries( oauthcpp protobuf stats_client + succinct ${LIBZ} ) diff --git a/search/search_quality/search_quality_tests/CMakeLists.txt b/search/search_quality/search_quality_tests/CMakeLists.txt index 24b5cb8e54..829f28cc13 100644 --- a/search/search_quality/search_quality_tests/CMakeLists.txt +++ b/search/search_quality/search_quality_tests/CMakeLists.txt @@ -23,6 +23,7 @@ omim_link_libraries( opening_hours pugixml stats_client + succinct ${LIBZ} ) diff --git a/track_analyzing/track_analyzer/CMakeLists.txt b/track_analyzing/track_analyzer/CMakeLists.txt index bfef337533..7eb268c271 100644 --- a/track_analyzing/track_analyzer/CMakeLists.txt +++ b/track_analyzing/track_analyzer/CMakeLists.txt @@ -40,6 +40,7 @@ omim_link_libraries( oauthcpp protobuf stats_client + succinct gflags ${LIBZ} ) diff --git a/track_analyzing/track_analyzing_tests/CMakeLists.txt b/track_analyzing/track_analyzing_tests/CMakeLists.txt index ff4d1d4aba..328b8d5e00 100644 --- a/track_analyzing/track_analyzing_tests/CMakeLists.txt +++ b/track_analyzing/track_analyzing_tests/CMakeLists.txt @@ -29,6 +29,7 @@ omim_link_libraries( oauthcpp protobuf stats_client + succinct gflags ${LIBZ} ) diff --git a/track_generator/CMakeLists.txt b/track_generator/CMakeLists.txt index d6cdf608ed..2972d6e552 100644 --- a/track_generator/CMakeLists.txt +++ b/track_generator/CMakeLists.txt @@ -33,6 +33,7 @@ omim_link_libraries( oauthcpp protobuf stats_client + succinct gflags ${LIBZ} ) diff --git a/traffic/traffic_tests/CMakeLists.txt b/traffic/traffic_tests/CMakeLists.txt index f5bc5c0204..2a164d5212 100644 --- a/traffic/traffic_tests/CMakeLists.txt +++ b/traffic/traffic_tests/CMakeLists.txt @@ -29,6 +29,7 @@ omim_link_libraries( protobuf pugixml stats_client + succinct ${LIBZ} )