ya.make 692 B

123456789101112131415161718192021222324252627282930313233
  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/functional/archive/boost-1.84.0.tar.gz)
  7. PEERDIR(
  8. contrib/restricted/boost/config
  9. contrib/restricted/boost/core
  10. contrib/restricted/boost/function
  11. contrib/restricted/boost/function_types
  12. contrib/restricted/boost/mpl
  13. contrib/restricted/boost/preprocessor
  14. contrib/restricted/boost/type_traits
  15. contrib/restricted/boost/typeof
  16. contrib/restricted/boost/utility
  17. )
  18. ADDINCL(
  19. GLOBAL contrib/restricted/boost/functional/include
  20. )
  21. NO_COMPILER_WARNINGS()
  22. NO_UTIL()
  23. END()