aboutsummaryrefslogtreecommitdiff
path: root/vcpkg-ports/zlib/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg-ports/zlib/vcpkg.json')
-rw-r--r--vcpkg-ports/zlib/vcpkg.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg-ports/zlib/vcpkg.json b/vcpkg-ports/zlib/vcpkg.json
new file mode 100644
index 00000000..7ef1f29d
--- /dev/null
+++ b/vcpkg-ports/zlib/vcpkg.json
@@ -0,0 +1,13 @@
+{
+ "name": "zlib",
+ "version": "1.2.13",
+ "description": "A compression library",
+ "homepage": "https://www.zlib.net/",
+ "license": "Zlib",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ]
+}