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

OWNER(
    zosimov
    svirg
)

SRCS(
    common.cpp
    adaptive_histogram.cpp
    block_histogram.cpp
    fixed_bin_histogram.cpp
)

PEERDIR(
    contrib/libs/protobuf
    library/cpp/histogram/adaptive/protos
)

END()