Skip to content

Commit

Permalink
add openssl package as vcpkg dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Oct 19, 2023
1 parent 9c4a897 commit 482cc13
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"dependencies": [
"libarchive",
"zlib",
"crow",
"crow",
{
"name": "protobuf",
"features": [
"zlib"
"zlib"
]
}
},
"openssl"
]
}

0 comments on commit 482cc13

Please sign in to comment.