ya.make 643 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Generated by devtools/yamaker.
  2. LIBRARY()
  3. LICENSE(Apache-2.0)
  4. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  5. VERSION(20240722.1)
  6. PEERDIR(
  7. library/cpp/sanitizer/include
  8. )
  9. ADDINCL(
  10. GLOBAL contrib/restricted/abseil-cpp-tstring
  11. )
  12. NO_COMPILER_WARNINGS()
  13. SRCS(
  14. internal/cycleclock.cc
  15. internal/low_level_alloc.cc
  16. internal/poison.cc
  17. internal/raw_logging.cc
  18. internal/scoped_set_env.cc
  19. internal/spinlock.cc
  20. internal/spinlock_wait.cc
  21. internal/strerror.cc
  22. internal/sysinfo.cc
  23. internal/thread_identity.cc
  24. internal/throw_delegate.cc
  25. internal/unscaledcycleclock.cc
  26. log_severity.cc
  27. )
  28. END()