ya.make 288 B

1234567891011121314151617181920
  1. LIBRARY()
  2. INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc)
  3. SRCS(
  4. stream_log_manager.cpp
  5. )
  6. PEERDIR(
  7. library/cpp/yt/logging
  8. library/cpp/yt/logging/plain_text_formatter
  9. library/cpp/yt/string
  10. library/cpp/yt/threading
  11. )
  12. END()
  13. RECURSE_FOR_TESTS(
  14. unittests
  15. )