ya.make 709 B

12345678910111213141516171819202122232425262728293031323334
  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/lambda/archive/boost-1.85.0.tar.gz)
  7. PEERDIR(
  8. contrib/restricted/boost/bind
  9. contrib/restricted/boost/config
  10. contrib/restricted/boost/core
  11. contrib/restricted/boost/detail
  12. contrib/restricted/boost/iterator
  13. contrib/restricted/boost/mpl
  14. contrib/restricted/boost/preprocessor
  15. contrib/restricted/boost/tuple
  16. contrib/restricted/boost/type_traits
  17. contrib/restricted/boost/utility
  18. )
  19. ADDINCL(
  20. GLOBAL contrib/restricted/boost/lambda/include
  21. )
  22. NO_COMPILER_WARNINGS()
  23. NO_UTIL()
  24. END()