diff options
author | dcherednik <dcherednik@ydb.tech> | 2022-10-04 21:43:22 +0300 |
---|---|---|
committer | dcherednik <dcherednik@ydb.tech> | 2022-10-04 21:43:22 +0300 |
commit | 2c64e058a844f9cf03275337e962759d9dd52367 (patch) | |
tree | 6c38bcf45e01729dbf38cac9c7f1d5f2e22368b0 | |
parent | a4b4f02f36851beecafcf6c94c579cab3be42c6c (diff) | |
download | ydb-2c64e058a844f9cf03275337e962759d9dd52367.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 86c80ff9168..58b669b37a6 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 @@ -18,6 +18,7 @@ target_link_libraries(ydb-core-tx-scheme_board-ut_double_indexed PUBLIC cpp-testing-unittest_main core-tx-scheme_board cpp-testing-unittest + yql-sql-pg_dummy ) 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 33e9e2e5372..ae16774c138 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 @@ -20,6 +20,7 @@ target_link_libraries(ydb-core-tx-scheme_board-ut_double_indexed PUBLIC cpp-testing-unittest_main core-tx-scheme_board cpp-testing-unittest + yql-sql-pg_dummy ) target_link_options(ydb-core-tx-scheme_board-ut_double_indexed PRIVATE -ldl |