diff options
author | dcherednik <dcherednik@ydb.tech> | 2023-03-21 12:23:49 +0300 |
---|---|---|
committer | dcherednik <dcherednik@ydb.tech> | 2023-03-21 12:23:49 +0300 |
commit | f1303b6e66a6625241ad019ab59ef31611014c38 (patch) | |
tree | fbf49ab6937a5a39f43a0ec7500f002616f8ac53 | |
parent | 0021cc8432787c0b4ef3977193884a4c7437c074 (diff) | |
download | ydb-f1303b6e66a6625241ad019ab59ef31611014c38.tar.gz |
missed PEERDIRs
-rw-r--r-- | ydb/core/http_proxy/ut/CMakeLists.darwin-x86_64.txt | 6 | ||||
-rw-r--r-- | ydb/core/http_proxy/ut/CMakeLists.linux-aarch64.txt | 6 | ||||
-rw-r--r-- | ydb/core/http_proxy/ut/CMakeLists.linux-x86_64.txt | 6 | ||||
-rw-r--r-- | ydb/core/http_proxy/ut/CMakeLists.windows-x86_64.txt | 6 | ||||
-rw-r--r-- | ydb/core/http_proxy/ut/ya.make | 6 |
5 files changed, 20 insertions, 10 deletions
diff --git a/ydb/core/http_proxy/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/http_proxy/ut/CMakeLists.darwin-x86_64.txt index d7c5da39e3..20f03b68b4 100644 --- a/ydb/core/http_proxy/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/http_proxy/ut/CMakeLists.darwin-x86_64.txt @@ -20,9 +20,11 @@ target_link_libraries(ydb-core-http_proxy-ut PUBLIC ydb-core-http_proxy contrib-restricted-nlohmann_json library-cpp-resource - cpp-client-ydb_types - yql-sql-pg_dummy udf-service-exception_policy + yql-sql-pg_dummy + cpp-client-ydb_types + ydb-services-kesus + ydb-services-persqueue_cluster_discovery ) target_link_options(ydb-core-http_proxy-ut PRIVATE -Wl,-no_deduplicate diff --git a/ydb/core/http_proxy/ut/CMakeLists.linux-aarch64.txt b/ydb/core/http_proxy/ut/CMakeLists.linux-aarch64.txt index c01201b943..e5bc91b7b7 100644 --- a/ydb/core/http_proxy/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/http_proxy/ut/CMakeLists.linux-aarch64.txt @@ -20,9 +20,11 @@ target_link_libraries(ydb-core-http_proxy-ut PUBLIC ydb-core-http_proxy contrib-restricted-nlohmann_json library-cpp-resource - cpp-client-ydb_types - yql-sql-pg_dummy udf-service-exception_policy + yql-sql-pg_dummy + cpp-client-ydb_types + ydb-services-kesus + ydb-services-persqueue_cluster_discovery ) target_link_options(ydb-core-http_proxy-ut PRIVATE -ldl diff --git a/ydb/core/http_proxy/ut/CMakeLists.linux-x86_64.txt b/ydb/core/http_proxy/ut/CMakeLists.linux-x86_64.txt index 330a5ff572..b1b14512a2 100644 --- a/ydb/core/http_proxy/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/http_proxy/ut/CMakeLists.linux-x86_64.txt @@ -22,9 +22,11 @@ target_link_libraries(ydb-core-http_proxy-ut PUBLIC ydb-core-http_proxy contrib-restricted-nlohmann_json library-cpp-resource - cpp-client-ydb_types - yql-sql-pg_dummy udf-service-exception_policy + yql-sql-pg_dummy + cpp-client-ydb_types + ydb-services-kesus + ydb-services-persqueue_cluster_discovery ) target_link_options(ydb-core-http_proxy-ut PRIVATE -ldl diff --git a/ydb/core/http_proxy/ut/CMakeLists.windows-x86_64.txt b/ydb/core/http_proxy/ut/CMakeLists.windows-x86_64.txt index dfcd716570..d5920645d0 100644 --- a/ydb/core/http_proxy/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/http_proxy/ut/CMakeLists.windows-x86_64.txt @@ -20,9 +20,11 @@ target_link_libraries(ydb-core-http_proxy-ut PUBLIC ydb-core-http_proxy contrib-restricted-nlohmann_json library-cpp-resource - cpp-client-ydb_types - yql-sql-pg_dummy udf-service-exception_policy + yql-sql-pg_dummy + cpp-client-ydb_types + ydb-services-kesus + ydb-services-persqueue_cluster_discovery ) target_sources(ydb-core-http_proxy-ut PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/http_proxy/ut/json_proto_conversion_ut.cpp diff --git a/ydb/core/http_proxy/ut/ya.make b/ydb/core/http_proxy/ut/ya.make index 8e7abb63e4..9abb8b9d78 100644 --- a/ydb/core/http_proxy/ut/ya.make +++ b/ydb/core/http_proxy/ut/ya.make @@ -8,9 +8,11 @@ PEERDIR( contrib/restricted/nlohmann_json library/cpp/resource ydb/core/http_proxy - ydb/public/sdk/cpp/client/ydb_types - ydb/library/yql/sql/pg_dummy ydb/library/yql/public/udf/service/exception_policy + ydb/library/yql/sql/pg_dummy + ydb/public/sdk/cpp/client/ydb_types + ydb/services/kesus + ydb/services/persqueue_cluster_discovery ) SRCS( |