summaryrefslogtreecommitdiffstats
path: root/library/cpp/ytalloc/impl
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/ytalloc/impl')
-rw-r--r--library/cpp/ytalloc/impl/ya.make13
1 files changed, 13 insertions, 0 deletions
diff --git a/library/cpp/ytalloc/impl/ya.make b/library/cpp/ytalloc/impl/ya.make
new file mode 100644
index 00000000000..2c2fb44023f
--- /dev/null
+++ b/library/cpp/ytalloc/impl/ya.make
@@ -0,0 +1,13 @@
+LIBRARY()
+
+SRCS(
+ bridge.cpp
+)
+
+PEERDIR(
+ library/cpp/malloc/api
+ library/cpp/yt/containers
+ library/cpp/yt/threading
+)
+
+END()