From 75b14376276cae0357d119c928249328fbe37e05 Mon Sep 17 00:00:00 2001 From: Changhua Date: Sun, 3 Nov 2024 10:26:24 +0800 Subject: [PATCH] Enable vcpkg manifests --- WeChatFerry/sdk/SDK.vcxproj | 3 +++ WeChatFerry/spy/Spy.vcxproj | 3 +++ vcpkg.json => WeChatFerry/vcpkg.json | 0 3 files changed, 6 insertions(+) rename vcpkg.json => WeChatFerry/vcpkg.json (100%) diff --git a/WeChatFerry/sdk/SDK.vcxproj b/WeChatFerry/sdk/SDK.vcxproj index 5c5c18a..f71d944 100644 --- a/WeChatFerry/sdk/SDK.vcxproj +++ b/WeChatFerry/sdk/SDK.vcxproj @@ -69,6 +69,9 @@ true x64-windows-static + + true + Level3 diff --git a/WeChatFerry/spy/Spy.vcxproj b/WeChatFerry/spy/Spy.vcxproj index 14d2b71..bf90736 100644 --- a/WeChatFerry/spy/Spy.vcxproj +++ b/WeChatFerry/spy/Spy.vcxproj @@ -79,6 +79,9 @@ true + + true + Level3 diff --git a/vcpkg.json b/WeChatFerry/vcpkg.json similarity index 100% rename from vcpkg.json rename to WeChatFerry/vcpkg.json