ya.make 458 B

123456789101112131415161718192021222324252627
  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/any/archive/boost-1.84.0.tar.gz)
  7. PEERDIR(
  8. contrib/restricted/boost/config
  9. contrib/restricted/boost/throw_exception
  10. contrib/restricted/boost/type_index
  11. )
  12. ADDINCL(
  13. GLOBAL contrib/restricted/boost/any/include
  14. )
  15. NO_COMPILER_WARNINGS()
  16. NO_UTIL()
  17. END()