From 8aa7a6710010189f6df503ae124c624e71288d53 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Fri, 22 Mar 2024 11:07:30 +0100 Subject: [PATCH] add vcpkg.json --- vcpkg.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vcpkg.json diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 0000000..8c1daa1 --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,8 @@ +{ + "dependencies": [ + "cpp-httplib", + "nlohmann-json", + "zlib", + "openssl" + ] +}