ya.make 567 B

1234567891011121314151617181920212223242526272829303132
  1. # Generated by devtools/yamaker from nixpkgs 22.11.
  2. LIBRARY()
  3. LICENSE(
  4. BSL-1.0 AND
  5. Mit-Old-Style
  6. )
  7. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  8. VERSION(1.86.0)
  9. ORIGINAL_SOURCE(https://github.com/boostorg/detail/archive/boost-1.86.0.tar.gz)
  10. PEERDIR(
  11. contrib/restricted/boost/config
  12. contrib/restricted/boost/core
  13. contrib/restricted/boost/preprocessor
  14. contrib/restricted/boost/static_assert
  15. contrib/restricted/boost/type_traits
  16. )
  17. ADDINCL(
  18. GLOBAL contrib/restricted/boost/detail/include
  19. )
  20. NO_COMPILER_WARNINGS()
  21. NO_UTIL()
  22. END()