ya.make 695 B

123456789101112131415161718192021222324252627282930313233343536
  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.85.0)
  9. ORIGINAL_SOURCE(https://github.com/boostorg/asio/archive/boost-1.85.0.tar.gz)
  10. PEERDIR(
  11. contrib/libs/openssl
  12. contrib/restricted/boost/align
  13. contrib/restricted/boost/assert
  14. contrib/restricted/boost/config
  15. contrib/restricted/boost/context
  16. contrib/restricted/boost/coroutine
  17. contrib/restricted/boost/date_time
  18. contrib/restricted/boost/system
  19. contrib/restricted/boost/throw_exception
  20. )
  21. ADDINCL(
  22. GLOBAL contrib/restricted/boost/asio/include
  23. )
  24. NO_COMPILER_WARNINGS()
  25. NO_UTIL()
  26. END()