ya.make 797 B

1234567891011121314151617181920212223242526272829303132333435363738
  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/interprocess/archive/boost-1.86.0.tar.gz)
  10. PEERDIR(
  11. contrib/restricted/boost/assert
  12. contrib/restricted/boost/config
  13. contrib/restricted/boost/container
  14. contrib/restricted/boost/core
  15. contrib/restricted/boost/integer
  16. contrib/restricted/boost/intrusive
  17. contrib/restricted/boost/move
  18. contrib/restricted/boost/static_assert
  19. contrib/restricted/boost/type_traits
  20. contrib/restricted/boost/unordered
  21. contrib/restricted/boost/winapi
  22. )
  23. ADDINCL(
  24. GLOBAL contrib/restricted/boost/interprocess/include
  25. )
  26. NO_COMPILER_WARNINGS()
  27. NO_UTIL()
  28. END()