ya.make 849 B

12345678910111213141516171819202122232425262728293031323334353637
  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/variant/archive/boost-1.85.0.tar.gz)
  7. PEERDIR(
  8. contrib/restricted/boost/assert
  9. contrib/restricted/boost/config
  10. contrib/restricted/boost/container_hash
  11. contrib/restricted/boost/core
  12. contrib/restricted/boost/detail
  13. contrib/restricted/boost/integer
  14. contrib/restricted/boost/mpl
  15. contrib/restricted/boost/preprocessor
  16. contrib/restricted/boost/static_assert
  17. contrib/restricted/boost/throw_exception
  18. contrib/restricted/boost/type_index
  19. contrib/restricted/boost/type_traits
  20. contrib/restricted/boost/utility
  21. )
  22. ADDINCL(
  23. GLOBAL contrib/restricted/boost/variant/include
  24. )
  25. NO_COMPILER_WARNINGS()
  26. NO_UTIL()
  27. END()