aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/histogram/hdr/ya.make
blob: 48f80c3c2f1f52d066ceae7fdf79dd35e6a446bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LIBRARY()

SRCS(
    histogram.cpp
    histogram_iter.cpp
)

PEERDIR(
    contrib/libs/hdr_histogram
)

END()

RECURSE_FOR_TESTS(
    ut
)