ya.make 704 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # Generated by devtools/yamaker from nixpkgs 22.11.
  2. LIBRARY()
  3. LICENSE(
  4. BSD-2-Clause AND
  5. BSD-2-Clause-Views AND
  6. BSD-3-Clause AND
  7. MIT
  8. )
  9. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  10. VERSION(2024-10-14)
  11. ORIGINAL_SOURCE(https://github.com/libcxxrt/libcxxrt/archive/76435c4451aeb5e04e9500b090293347a38cef8d.tar.gz)
  12. PEERDIR(
  13. contrib/libs/libunwind
  14. library/cpp/sanitizer/include
  15. )
  16. NO_COMPILER_WARNINGS()
  17. NO_RUNTIME()
  18. NO_UTIL()
  19. CXXFLAGS(-nostdinc++)
  20. IF (SANITIZER_TYPE == undefined OR FUZZING)
  21. NO_SANITIZE()
  22. NO_SANITIZE_COVERAGE()
  23. ENDIF()
  24. SRCS(
  25. auxhelper.cc
  26. dynamic_cast.cc
  27. exception.cc
  28. guard.cc
  29. memory.cc
  30. stdexcept.cc
  31. typeinfo.cc
  32. )
  33. END()