diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-07-28 06:50:19 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-07-28 06:50:19 +0300 |
commit | 85ef4ee49c3edbb700d0ef903d01177bf9984018 (patch) | |
tree | 37825f0e393cbad3b58f4c209082871753c6e02d /library/cpp/threading/bounded_queue/ya.make | |
parent | 5ea97cfd8a8f61d96636778ed64de3cb003e1589 (diff) | |
download | ydb-85ef4ee49c3edbb700d0ef903d01177bf9984018.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/threading/bounded_queue/ya.make')
-rw-r--r-- | library/cpp/threading/bounded_queue/ya.make | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/library/cpp/threading/bounded_queue/ya.make b/library/cpp/threading/bounded_queue/ya.make new file mode 100644 index 0000000000..4c5336f031 --- /dev/null +++ b/library/cpp/threading/bounded_queue/ya.make @@ -0,0 +1,9 @@ +LIBRARY() + +SRCS( + bounded_queue.h +) + +END() + +RECURSE_FOR_TESTS(ut) |