aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/intrusive_avl_tree/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/containers/intrusive_avl_tree/ya.make')
-rw-r--r--library/cpp/containers/intrusive_avl_tree/ya.make12
1 files changed, 12 insertions, 0 deletions
diff --git a/library/cpp/containers/intrusive_avl_tree/ya.make b/library/cpp/containers/intrusive_avl_tree/ya.make
new file mode 100644
index 0000000000..6b061f2760
--- /dev/null
+++ b/library/cpp/containers/intrusive_avl_tree/ya.make
@@ -0,0 +1,12 @@
+LIBRARY()
+
+OWNER(
+ pg
+ g:util
+)
+
+SRCS(
+ avltree.cpp
+)
+
+END()