12345678910111213141516171819202122232425262728293031323334 |
- # Generated by devtools/yamaker from nixpkgs 22.05.
- LIBRARY()
- LICENSE(Apache-2.0)
- LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
- VERSION(1.1)
- ORIGINAL_SOURCE(https://github.com/google/libprotobuf-mutator/archive/v1.1.tar.gz)
- PEERDIR(
- contrib/libs/protobuf
- )
- ADDINCL(
- GLOBAL contrib/libs/protobuf-mutator
- )
- NO_COMPILER_WARNINGS()
- NO_UTIL()
- SRCS(
- src/binary_format.cc
- src/libfuzzer/libfuzzer_macro.cc
- src/libfuzzer/libfuzzer_mutator.cc
- src/mutator.cc
- src/text_format.cc
- src/utf8_fix.cc
- )
- END()
|