ya.make 562 B

123456789101112131415161718192021222324252627282930
  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.84.0)
  6. ORIGINAL_SOURCE(https://github.com/boostorg/foreach/archive/boost-1.84.0.tar.gz)
  7. PEERDIR(
  8. contrib/restricted/boost/config
  9. contrib/restricted/boost/core
  10. contrib/restricted/boost/iterator
  11. contrib/restricted/boost/mpl
  12. contrib/restricted/boost/range
  13. contrib/restricted/boost/type_traits
  14. )
  15. ADDINCL(
  16. GLOBAL contrib/restricted/boost/foreach/include
  17. )
  18. NO_COMPILER_WARNINGS()
  19. NO_UTIL()
  20. END()