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/threading/hot_swap/ya.make | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 library/cpp/threading/hot_swap/ya.make (limited to 'library/cpp/threading/hot_swap') diff --git a/library/cpp/threading/hot_swap/ya.make b/library/cpp/threading/hot_swap/ya.make new file mode 100644 index 00000000000..82eb6490a4a --- /dev/null +++ b/library/cpp/threading/hot_swap/ya.make @@ -0,0 +1,11 @@ +LIBRARY() + +SRCS( + hot_swap.cpp +) + +PEERDIR( + library/cpp/deprecated/atomic +) + +END() -- cgit v1.3