diff options
Diffstat (limited to 'library/cpp/histogram/simple/ya.make')
-rw-r--r-- | library/cpp/histogram/simple/ya.make | 12 |
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() |