aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordcherednik <dcherednik@ydb.tech>2022-09-23 22:51:30 +0300
committerdcherednik <dcherednik@ydb.tech>2022-09-23 22:51:30 +0300
commita11042ea88907de59bc59660a4e5039f90ea2c06 (patch)
tree15baf0649603e59f3cf2b5f552f877d6d6bf93f2
parentd26d4b6e3328e60cbe341875f0d9508ff3590e5d (diff)
downloadydb-a11042ea88907de59bc59660a4e5039f90ea2c06.tar.gz
Add missed peerdirs.
-rw-r--r--ydb/core/tablet_flat/test/tool/perf/CMakeLists.darwin.txt2
-rw-r--r--ydb/core/tablet_flat/test/tool/perf/CMakeLists.linux.txt2
-rw-r--r--ydb/core/tablet_flat/test/tool/surg/CMakeLists.darwin.txt2
-rw-r--r--ydb/core/tablet_flat/test/tool/surg/CMakeLists.linux.txt2
-rw-r--r--ydb/library/yql/providers/s3/provider/ut/CMakeLists.darwin.txt3
-rw-r--r--ydb/library/yql/providers/s3/provider/ut/CMakeLists.linux.txt3
6 files changed, 14 insertions, 0 deletions
diff --git a/ydb/core/tablet_flat/test/tool/perf/CMakeLists.darwin.txt b/ydb/core/tablet_flat/test/tool/perf/CMakeLists.darwin.txt
index 5f2b5d536a4..15e489dde57 100644
--- a/ydb/core/tablet_flat/test/tool/perf/CMakeLists.darwin.txt
+++ b/ydb/core/tablet_flat/test/tool/perf/CMakeLists.darwin.txt
@@ -16,6 +16,8 @@ target_link_libraries(table-perf PUBLIC
library-cpp-charset
library-cpp-getopt
ydb-core-tablet_flat
+ yql-sql-pg_dummy
+ udf-service-exception_policy
)
target_link_options(table-perf PRIVATE
-Wl,-no_deduplicate
diff --git a/ydb/core/tablet_flat/test/tool/perf/CMakeLists.linux.txt b/ydb/core/tablet_flat/test/tool/perf/CMakeLists.linux.txt
index ecc16346a04..7d643f10b8c 100644
--- a/ydb/core/tablet_flat/test/tool/perf/CMakeLists.linux.txt
+++ b/ydb/core/tablet_flat/test/tool/perf/CMakeLists.linux.txt
@@ -18,6 +18,8 @@ target_link_libraries(table-perf PUBLIC
library-cpp-charset
library-cpp-getopt
ydb-core-tablet_flat
+ yql-sql-pg_dummy
+ udf-service-exception_policy
)
target_link_options(table-perf PRIVATE
-ldl
diff --git a/ydb/core/tablet_flat/test/tool/surg/CMakeLists.darwin.txt b/ydb/core/tablet_flat/test/tool/surg/CMakeLists.darwin.txt
index 05a78e6d142..0d3a824021f 100644
--- a/ydb/core/tablet_flat/test/tool/surg/CMakeLists.darwin.txt
+++ b/ydb/core/tablet_flat/test/tool/surg/CMakeLists.darwin.txt
@@ -14,6 +14,8 @@ target_link_libraries(surg PUBLIC
library-cpp-cpuid_check
library-cpp-getopt
ydb-core-tablet_flat
+ yql-sql-pg_dummy
+ udf-service-exception_policy
)
target_link_options(surg PRIVATE
-Wl,-no_deduplicate
diff --git a/ydb/core/tablet_flat/test/tool/surg/CMakeLists.linux.txt b/ydb/core/tablet_flat/test/tool/surg/CMakeLists.linux.txt
index 79121470203..fb6362bc0ab 100644
--- a/ydb/core/tablet_flat/test/tool/surg/CMakeLists.linux.txt
+++ b/ydb/core/tablet_flat/test/tool/surg/CMakeLists.linux.txt
@@ -16,6 +16,8 @@ target_link_libraries(surg PUBLIC
library-cpp-cpuid_check
library-cpp-getopt
ydb-core-tablet_flat
+ yql-sql-pg_dummy
+ udf-service-exception_policy
)
target_link_options(surg PRIVATE
-ldl
diff --git a/ydb/library/yql/providers/s3/provider/ut/CMakeLists.darwin.txt b/ydb/library/yql/providers/s3/provider/ut/CMakeLists.darwin.txt
index b9f4092db46..a950ed58378 100644
--- a/ydb/library/yql/providers/s3/provider/ut/CMakeLists.darwin.txt
+++ b/ydb/library/yql/providers/s3/provider/ut/CMakeLists.darwin.txt
@@ -20,6 +20,9 @@ target_link_libraries(ydb-library-yql-providers-s3-provider-ut PUBLIC
library-cpp-cpuid_check
cpp-testing-unittest_main
providers-s3-provider
+ udf-service-exception_policy
+ yql-sql-pg_dummy
+ yql-dq-opt
)
target_link_options(ydb-library-yql-providers-s3-provider-ut PRIVATE
-Wl,-no_deduplicate
diff --git a/ydb/library/yql/providers/s3/provider/ut/CMakeLists.linux.txt b/ydb/library/yql/providers/s3/provider/ut/CMakeLists.linux.txt
index a652e4bea61..8d71e6c79d5 100644
--- a/ydb/library/yql/providers/s3/provider/ut/CMakeLists.linux.txt
+++ b/ydb/library/yql/providers/s3/provider/ut/CMakeLists.linux.txt
@@ -22,6 +22,9 @@ target_link_libraries(ydb-library-yql-providers-s3-provider-ut PUBLIC
library-cpp-cpuid_check
cpp-testing-unittest_main
providers-s3-provider
+ udf-service-exception_policy
+ yql-sql-pg_dummy
+ yql-dq-opt
)
target_link_options(ydb-library-yql-providers-s3-provider-ut PRIVATE
-ldl