aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/histogram/hdr/ya.make
blob: 81a2efd03360c3dd20a2f95f86ad9320d0ef6dce (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()