From 60b1d49ae67d0b4625ada1aeede718f68d8677b7 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Fri, 4 Aug 2023 20:39:50 -0400 Subject: [PATCH] Adding manifest file --- vcpkg.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vcpkg.json diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 0000000..8d277db --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", + "dependencies": [ + "nlohmann-json", + "curl", + "openssl", + "cpr" + ] +}