ya.make 646 B

123456789101112131415161718192021222324252627282930313233343536373839
  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
  11. )
  12. NO_COMPILER_WARNINGS()
  13. NO_UTIL()
  14. SRCS(
  15. internal/cycleclock.cc
  16. internal/low_level_alloc.cc
  17. internal/poison.cc
  18. internal/raw_logging.cc
  19. internal/scoped_set_env.cc
  20. internal/spinlock.cc
  21. internal/spinlock_wait.cc
  22. internal/strerror.cc
  23. internal/sysinfo.cc
  24. internal/thread_identity.cc
  25. internal/throw_delegate.cc
  26. internal/unscaledcycleclock.cc
  27. log_severity.cc
  28. )
  29. END()