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

OWNER(
    g:util
    jamel
)

SRCS(
    histogram.cpp
    histogram_iter.cpp
)

PEERDIR(
    contrib/libs/hdr_histogram
)

END()