summaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/equeue/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/threading/equeue/ya.make')
-rw-r--r--library/cpp/threading/equeue/ya.make16
1 files changed, 16 insertions, 0 deletions
diff --git a/library/cpp/threading/equeue/ya.make b/library/cpp/threading/equeue/ya.make
new file mode 100644
index 00000000000..445797aa121
--- /dev/null
+++ b/library/cpp/threading/equeue/ya.make
@@ -0,0 +1,16 @@
+LIBRARY()
+
+SRCS(
+ equeue.h
+ equeue.cpp
+)
+
+PEERDIR(
+ library/cpp/deprecated/atomic
+)
+
+END()
+
+RECURSE_FOR_TESTS(
+ ut
+)