blob: 43d0525b4e59d7552392db11f3aa17eca68f123c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
LIBRARY()
SRCS(
common.cpp
adaptive_histogram.cpp
block_histogram.cpp
fixed_bin_histogram.cpp
)
PEERDIR(
contrib/libs/protobuf
library/cpp/histogram/adaptive/protos
)
END()
|