aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/bounded_queue/ya.make
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-07-28 06:50:19 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-07-28 06:50:19 +0300
commit85ef4ee49c3edbb700d0ef903d01177bf9984018 (patch)
tree37825f0e393cbad3b58f4c209082871753c6e02d /library/cpp/threading/bounded_queue/ya.make
parent5ea97cfd8a8f61d96636778ed64de3cb003e1589 (diff)
downloadydb-85ef4ee49c3edbb700d0ef903d01177bf9984018.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/threading/bounded_queue/ya.make')
-rw-r--r--library/cpp/threading/bounded_queue/ya.make9
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)