Added vcpkg.

This commit is contained in:
2024-09-29 21:06:30 -07:00
parent 9bd3e1cd8d
commit d870599a60
3 changed files with 9 additions and 5 deletions

8
vcpkg.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "EHS",
"version": "1.0",
"dependencies": [
"zlib",
"openssl"
]
}