ya.make 201 B

12345678910111213141516
  1. LIBRARY()
  2. SRCS(
  3. common.cpp
  4. adaptive_histogram.cpp
  5. block_histogram.cpp
  6. fixed_bin_histogram.cpp
  7. )
  8. PEERDIR(
  9. contrib/libs/protobuf
  10. library/cpp/histogram/adaptive/protos
  11. )
  12. END()