diff options
Diffstat (limited to 'vcpkg/ports/protobuf-c/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/protobuf-c/vcpkg.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/vcpkg/ports/protobuf-c/vcpkg.json b/vcpkg/ports/protobuf-c/vcpkg.json new file mode 100644 index 0000000..8225a16 --- /dev/null +++ b/vcpkg/ports/protobuf-c/vcpkg.json @@ -0,0 +1,34 @@ +{ + "name": "protobuf-c", + "version-semver": "1.5.2", + "description": "This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format.", + "homepage": "https://github.com/protobuf-c/protobuf-c", + "dependencies": [ + "protobuf", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "test": { + "description": "Build test project.", + "dependencies": [ + { + "name": "protobuf-c", + "features": [ + "tools" + ] + } + ] + }, + "tools": { + "description": "Build tools (protoc-gen-c).", + "supports": "!uwp" + } + } +} |