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


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

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

END()