ya.make 534 B

12345678910111213141516171819202122232425262728293031323334
  1. # Generated by devtools/yamaker from nixpkgs 22.05.
  2. LIBRARY()
  3. LICENSE(Apache-2.0)
  4. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  5. VERSION(1.1)
  6. ORIGINAL_SOURCE(https://github.com/google/libprotobuf-mutator/archive/v1.1.tar.gz)
  7. PEERDIR(
  8. contrib/libs/protobuf
  9. )
  10. ADDINCL(
  11. GLOBAL contrib/libs/protobuf-mutator
  12. )
  13. NO_COMPILER_WARNINGS()
  14. NO_UTIL()
  15. SRCS(
  16. src/binary_format.cc
  17. src/libfuzzer/libfuzzer_macro.cc
  18. src/libfuzzer/libfuzzer_mutator.cc
  19. src/mutator.cc
  20. src/text_format.cc
  21. src/utf8_fix.cc
  22. )
  23. END()