diff options
author | dcherednik <dcherednik@ydb.tech> | 2022-09-22 22:09:55 +0300 |
---|---|---|
committer | dcherednik <dcherednik@ydb.tech> | 2022-09-22 22:09:55 +0300 |
commit | b0686b9cba8e8842602fa9df0a7aa698da80bb43 (patch) | |
tree | 3e665767dbdb6cfb732f4fc84ec6af676612db4d | |
parent | 98a1382db899fbe355299b2675734d5bf20adf19 (diff) | |
download | ydb-b0686b9cba8e8842602fa9df0a7aa698da80bb43.tar.gz |
Missed hulldb peerdir.
-rw-r--r-- | ydb/core/blobstorage/vdisk/hullop/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/core/blobstorage/vdisk/hullop/CMakeLists.txt b/ydb/core/blobstorage/vdisk/hullop/CMakeLists.txt index 0ed5b541a4..2059c46eab 100644 --- a/ydb/core/blobstorage/vdisk/hullop/CMakeLists.txt +++ b/ydb/core/blobstorage/vdisk/hullop/CMakeLists.txt @@ -19,6 +19,7 @@ target_link_libraries(blobstorage-vdisk-hullop PUBLIC vdisk-hulldb-cache_block vdisk-hulldb-recovery vdisk-hulldb-bulksst_add + vdisk-hulldb-compstrat vdisk-hullop-hullcompdelete blobstorage-vdisk-handoff blobstorage-vdisk-synclog |