From b206ba960c90c53d6a9f368b2a74229540f711c5 Mon Sep 17 00:00:00 2001 From: nekosu Date: Sun, 30 Jul 2023 17:17:52 +0800 Subject: [PATCH] add boost-url --- vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 287d9c0..f9fc590 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -29,6 +29,7 @@ "boost-core", "boost-asio", "boost-beast", - "boost-process" + "boost-process", + "boost-url" ] }