diff options
Diffstat (limited to 'vcpkg/ports/libprotobuf-mutator/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libprotobuf-mutator/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/libprotobuf-mutator/vcpkg.json b/vcpkg/ports/libprotobuf-mutator/vcpkg.json new file mode 100644 index 0000000..d750f4b --- /dev/null +++ b/vcpkg/ports/libprotobuf-mutator/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "libprotobuf-mutator", + "version": "1.5", + "description": "Library for structured fuzzing with protobuffers.", + "dependencies": [ + "liblzma", + "protobuf", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "zlib" + ] +} |