aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/protobuf/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/protobuf/vcpkg.json')
-rw-r--r--vcpkg/ports/protobuf/vcpkg.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/vcpkg/ports/protobuf/vcpkg.json b/vcpkg/ports/protobuf/vcpkg.json
new file mode 100644
index 0000000..4ceada9
--- /dev/null
+++ b/vcpkg/ports/protobuf/vcpkg.json
@@ -0,0 +1,32 @@
+{
+ "name": "protobuf",
+ "version": "5.29.5",
+ "port-version": 2,
+ "description": "Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.",
+ "homepage": "https://github.com/protocolbuffers/protobuf",
+ "license": "BSD-3-Clause",
+ "dependencies": [
+ "abseil",
+ {
+ "name": "protobuf",
+ "host": true
+ },
+ "utf8-range",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "zlib": {
+ "description": "ZLib based features like Gzip streams",
+ "dependencies": [
+ "zlib"
+ ]
+ }
+ }
+}