Adding manifest file #20

Merged
kdeng00 merged 8 commits from vcpkg_building into master 2023-08-04 21:05:35 -04:00
Showing only changes of commit 60b1d49ae6 - Show all commits
+9
View File
@@ -0,0 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"dependencies": [
"nlohmann-json",
"curl",
"openssl",
"cpr"
]
}