ya.make 527 B

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