ya.make 939 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Generated by devtools/yamaker from nixpkgs 22.05.
  2. LIBRARY()
  3. LICENSE(BSL-1.0)
  4. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  5. OWNER(
  6. g:cpp-contrib
  7. g:taxi-common
  8. )
  9. VERSION(1.81.0)
  10. ORIGINAL_SOURCE(https://github.com/boostorg/property_map/archive/boost-1.81.0.tar.gz)
  11. PEERDIR(
  12. contrib/restricted/boost/any
  13. contrib/restricted/boost/assert
  14. contrib/restricted/boost/concept_check
  15. contrib/restricted/boost/config
  16. contrib/restricted/boost/core
  17. contrib/restricted/boost/function
  18. contrib/restricted/boost/iterator
  19. contrib/restricted/boost/lexical_cast
  20. contrib/restricted/boost/mpl
  21. contrib/restricted/boost/smart_ptr
  22. contrib/restricted/boost/static_assert
  23. contrib/restricted/boost/throw_exception
  24. contrib/restricted/boost/type_traits
  25. contrib/restricted/boost/utility
  26. )
  27. ADDINCL(
  28. GLOBAL contrib/restricted/boost/property_map/include
  29. )
  30. NO_COMPILER_WARNINGS()
  31. NO_UTIL()
  32. END()