ya.make 857 B

1234567891011121314151617181920212223242526272829303132333435363738
  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.86.0)
  6. ORIGINAL_SOURCE(https://github.com/boostorg/phoenix/archive/boost-1.86.0.tar.gz)
  7. PEERDIR(
  8. contrib/restricted/boost/assert
  9. contrib/restricted/boost/bind
  10. contrib/restricted/boost/config
  11. contrib/restricted/boost/core
  12. contrib/restricted/boost/function
  13. contrib/restricted/boost/fusion
  14. contrib/restricted/boost/mpl
  15. contrib/restricted/boost/predef
  16. contrib/restricted/boost/preprocessor
  17. contrib/restricted/boost/proto
  18. contrib/restricted/boost/range
  19. contrib/restricted/boost/smart_ptr
  20. contrib/restricted/boost/type_traits
  21. contrib/restricted/boost/utility
  22. )
  23. ADDINCL(
  24. GLOBAL contrib/restricted/boost/phoenix/include
  25. )
  26. NO_COMPILER_WARNINGS()
  27. NO_UTIL()
  28. END()