From bf0f13dd39ee3e65092ba3572bb5b1fcd125dcd0 Mon Sep 17 00:00:00 2001 From: alexv-smirnov Date: Tue, 13 Jun 2023 11:05:01 +0300 Subject: add ymake export to ydb --- library/cpp/ytalloc/impl/ya.make | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 library/cpp/ytalloc/impl/ya.make (limited to 'library/cpp/ytalloc/impl') diff --git a/library/cpp/ytalloc/impl/ya.make b/library/cpp/ytalloc/impl/ya.make new file mode 100644 index 00000000000..23b6d5874ed --- /dev/null +++ b/library/cpp/ytalloc/impl/ya.make @@ -0,0 +1,15 @@ +LIBRARY() + +ALLOCATOR_IMPL() +SRCS( + bridge.cpp +) + +PEERDIR( + library/cpp/malloc/api + library/cpp/yt/containers + library/cpp/yt/memory + library/cpp/yt/threading +) + +END() -- cgit v1.3