ya.make 674 B

1234567891011121314151617181920212223242526272829303132333435
  1. # Generated by devtools/yamaker from nixpkgs 22.11.
  2. LIBRARY()
  3. LICENSE(BSL-1.0)
  4. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  5. VERSION(1.86.0)
  6. ORIGINAL_SOURCE(https://github.com/boostorg/exception/archive/boost-1.86.0.tar.gz)
  7. PEERDIR(
  8. contrib/restricted/boost/assert
  9. contrib/restricted/boost/config
  10. contrib/restricted/boost/core
  11. contrib/restricted/boost/smart_ptr
  12. contrib/restricted/boost/throw_exception
  13. contrib/restricted/boost/tuple
  14. contrib/restricted/boost/type_traits
  15. )
  16. ADDINCL(
  17. GLOBAL contrib/restricted/boost/exception/include
  18. )
  19. NO_COMPILER_WARNINGS()
  20. NO_UTIL()
  21. SRCS(
  22. src/clone_current_exception_non_intrusive.cpp
  23. )
  24. END()