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/local_executor/ut/ya.make | 7 +++++++ library/cpp/threading/local_executor/ya.make | 18 ++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 library/cpp/threading/local_executor/ut/ya.make create mode 100644 library/cpp/threading/local_executor/ya.make (limited to 'library/cpp/threading/local_executor') diff --git a/library/cpp/threading/local_executor/ut/ya.make b/library/cpp/threading/local_executor/ut/ya.make new file mode 100644 index 00000000000..c571115f60e --- /dev/null +++ b/library/cpp/threading/local_executor/ut/ya.make @@ -0,0 +1,7 @@ +UNITTEST_FOR(library/cpp/threading/local_executor) + +SRCS( + local_executor_ut.cpp +) + +END() diff --git a/library/cpp/threading/local_executor/ya.make b/library/cpp/threading/local_executor/ya.make new file mode 100644 index 00000000000..2ccaa3031a8 --- /dev/null +++ b/library/cpp/threading/local_executor/ya.make @@ -0,0 +1,18 @@ +LIBRARY() + +SRCS( + local_executor.cpp + tbb_local_executor.cpp +) + +PEERDIR( + contrib/libs/tbb + library/cpp/threading/future + library/cpp/deprecated/atomic +) + +END() + +RECURSE_FOR_TESTS( + ut +) -- cgit v1.3