ya.make 495 B

12345678910111213141516171819202122232425262728
  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.85.0)
  6. ORIGINAL_SOURCE(https://github.com/boostorg/tuple/archive/boost-1.85.0.tar.gz)
  7. PEERDIR(
  8. contrib/restricted/boost/config
  9. contrib/restricted/boost/core
  10. contrib/restricted/boost/static_assert
  11. contrib/restricted/boost/type_traits
  12. )
  13. ADDINCL(
  14. GLOBAL contrib/restricted/boost/tuple/include
  15. )
  16. NO_COMPILER_WARNINGS()
  17. NO_UTIL()
  18. END()