ya.make 303 B

12345678910111213141516171819202122232425
  1. LIBRARY()
  2. INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc)
  3. SRCS(
  4. logger.cpp
  5. )
  6. PEERDIR(
  7. library/cpp/yt/assert
  8. library/cpp/yt/memory
  9. library/cpp/yt/misc
  10. library/cpp/yt/yson_string
  11. )
  12. END()
  13. RECURSE(
  14. backends
  15. plain_text_formatter
  16. )
  17. RECURSE_FOR_TESTS(
  18. unittests
  19. )