aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/tdigest/ya.make
blob: 2546443726e240b37db143fb2fb2e4ba912a1b23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
LIBRARY()

SRCS(
    tdigest.cpp
    tdigest.proto
)

PEERDIR(
    contrib/libs/protobuf
)

END()