aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/histogram/simple/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/histogram/simple/ya.make')
-rw-r--r--library/cpp/histogram/simple/ya.make12
1 files changed, 12 insertions, 0 deletions
diff --git a/library/cpp/histogram/simple/ya.make b/library/cpp/histogram/simple/ya.make
new file mode 100644
index 0000000000..00544e802c
--- /dev/null
+++ b/library/cpp/histogram/simple/ya.make
@@ -0,0 +1,12 @@
+LIBRARY()
+
+PEERDIR(
+ library/cpp/json
+ library/cpp/threading/future
+)
+
+SRCS(
+ histogram.cpp
+)
+
+END()