diff options
author | dcherednik <dcherednik@ydb.tech> | 2023-03-20 20:25:04 +0300 |
---|---|---|
committer | dcherednik <dcherednik@ydb.tech> | 2023-03-20 20:25:04 +0300 |
commit | e39b77e20d0ff8cd09554e97153f2c0a1770ee3d (patch) | |
tree | f88b75bc5e194de08d07a6fbdcde5382028c89f3 | |
parent | a9934a6b07541beba0b85d08185a14daae1ae2a6 (diff) | |
download | ydb-e39b77e20d0ff8cd09554e97153f2c0a1770ee3d.tar.gz |
Missed peerdirs.
-rw-r--r-- | ydb/core/http_proxy/ut/CMakeLists.darwin-x86_64.txt | 2 | ||||
-rw-r--r-- | ydb/core/http_proxy/ut/CMakeLists.linux-aarch64.txt | 2 | ||||
-rw-r--r-- | ydb/core/http_proxy/ut/CMakeLists.linux-x86_64.txt | 2 | ||||
-rw-r--r-- | ydb/core/http_proxy/ut/CMakeLists.windows-x86_64.txt | 2 | ||||
-rw-r--r-- | ydb/core/http_proxy/ut/ya.make | 2 |
5 files changed, 10 insertions, 0 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 5e8e3539aa..d7c5da39e3 100644 --- a/ydb/core/http_proxy/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/http_proxy/ut/CMakeLists.darwin-x86_64.txt @@ -21,6 +21,8 @@ target_link_libraries(ydb-core-http_proxy-ut PUBLIC contrib-restricted-nlohmann_json library-cpp-resource cpp-client-ydb_types + yql-sql-pg_dummy + udf-service-exception_policy ) 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 b163b695f1..c01201b943 100644 --- a/ydb/core/http_proxy/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/http_proxy/ut/CMakeLists.linux-aarch64.txt @@ -21,6 +21,8 @@ target_link_libraries(ydb-core-http_proxy-ut PUBLIC contrib-restricted-nlohmann_json library-cpp-resource cpp-client-ydb_types + yql-sql-pg_dummy + udf-service-exception_policy ) 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 57ede8f4a2..330a5ff572 100644 --- a/ydb/core/http_proxy/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/http_proxy/ut/CMakeLists.linux-x86_64.txt @@ -23,6 +23,8 @@ target_link_libraries(ydb-core-http_proxy-ut PUBLIC contrib-restricted-nlohmann_json library-cpp-resource cpp-client-ydb_types + yql-sql-pg_dummy + udf-service-exception_policy ) 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 712a94c937..dfcd716570 100644 --- a/ydb/core/http_proxy/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/http_proxy/ut/CMakeLists.windows-x86_64.txt @@ -21,6 +21,8 @@ target_link_libraries(ydb-core-http_proxy-ut PUBLIC contrib-restricted-nlohmann_json library-cpp-resource cpp-client-ydb_types + yql-sql-pg_dummy + udf-service-exception_policy ) 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 b962070311..8e7abb63e4 100644 --- a/ydb/core/http_proxy/ut/ya.make +++ b/ydb/core/http_proxy/ut/ya.make @@ -9,6 +9,8 @@ PEERDIR( 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 ) SRCS( |