vcpkg/ports/libprotobuf-mutator/vcpkg.json

18 lines
316 B
JSON
Raw Normal View History

{
"name": "libprotobuf-mutator",
"version": "1.0",
"port-version": 2,
"description": "Library for structured fuzzing with protobuffers.",
"dependencies": [
"protobuf",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}