From db22e4281a789592e56bfea5d4bb010060d9ef94 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Mon, 20 Apr 2026 18:40:53 +0100 Subject: [PATCH] Tests: Add vcpkg dependencies --- vcpkg.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vcpkg.json b/vcpkg.json index 9c0ff255..664a748c 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -4,6 +4,12 @@ "dependencies": [ "argon2", "cjson", + "cunit", + { + "name": "dlfcn-win32", + "platform": "windows" + }, + "gtest", "libmicrohttpd", "openssl", "pthreads",