aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/stockpile/ya.make
diff options
context:
space:
mode:
authorAlexander Smirnov <alex@ydb.tech>2024-12-02 14:55:03 +0000
committerAlexander Smirnov <alex@ydb.tech>2024-12-02 14:55:03 +0000
commit3301787707269da1e7b44e909ce54db3b40adcad (patch)
tree13b1041390dbaeaf7f51d492ef186f6d3e6766d1 /library/cpp/yt/stockpile/ya.make
parent7cae2d2ae6fe8f179e567a8e85e9d934f42ed6ea (diff)
parent24211947581091f2f54c8e50e3427e6621dfec3d (diff)
downloadydb-3301787707269da1e7b44e909ce54db3b40adcad.tar.gz
Merge branch 'rightlib' into mergelibs-241202-1453
Diffstat (limited to 'library/cpp/yt/stockpile/ya.make')
-rw-r--r--library/cpp/yt/stockpile/ya.make7
1 files changed, 7 insertions, 0 deletions
diff --git a/library/cpp/yt/stockpile/ya.make b/library/cpp/yt/stockpile/ya.make
index 39d51aaf97..36ce673ba6 100644
--- a/library/cpp/yt/stockpile/ya.make
+++ b/library/cpp/yt/stockpile/ya.make
@@ -8,4 +8,11 @@ ELSE()
SRCS(stockpile_other.cpp)
ENDIF()
+PEERDIR(
+ library/cpp/yt/misc
+ library/cpp/yt/threading
+ library/cpp/yt/logging
+ library/cpp/yt/memory
+)
+
END()