diff options
author | dcherednik <dcherednik@ydb.tech> | 2022-10-06 00:18:06 +0300 |
---|---|---|
committer | dcherednik <dcherednik@ydb.tech> | 2022-10-06 00:18:06 +0300 |
commit | e7cc143d3ac6fce0d32b775373b43361f2329df7 (patch) | |
tree | aadc6ccdcccab3f23e550500cba421d1b49772e6 | |
parent | 57087fd2e94af7191eef09606ca6a395ab0fe129 (diff) | |
download | ydb-e7cc143d3ac6fce0d32b775373b43361f2329df7.tar.gz |
Add missed peerdir.
-rw-r--r-- | ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.darwin.txt | 1 | ||||
-rw-r--r-- | ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.linux.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.darwin.txt b/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.darwin.txt index 58b669b37a6..307d5deca0e 100644 --- a/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.darwin.txt +++ b/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.darwin.txt @@ -19,6 +19,7 @@ target_link_libraries(ydb-core-tx-scheme_board-ut_double_indexed PUBLIC core-tx-scheme_board cpp-testing-unittest yql-sql-pg_dummy + udf-service-exception_policy ) target_link_options(ydb-core-tx-scheme_board-ut_double_indexed PRIVATE -Wl,-no_deduplicate diff --git a/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.linux.txt b/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.linux.txt index ae16774c138..ffe8d1d5454 100644 --- a/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.linux.txt +++ b/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.linux.txt @@ -21,6 +21,7 @@ target_link_libraries(ydb-core-tx-scheme_board-ut_double_indexed PUBLIC core-tx-scheme_board cpp-testing-unittest yql-sql-pg_dummy + udf-service-exception_policy ) target_link_options(ydb-core-tx-scheme_board-ut_double_indexed PRIVATE -ldl |