From f7a9789250471f118c24f90b9126d081122066ea Mon Sep 17 00:00:00 2001 From: nekosu Date: Fri, 21 Jul 2023 22:46:26 +0800 Subject: [PATCH] chore: add libevent to dependency fix build error caused by thrift --- vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index ab1dd3c..311eb39 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -38,6 +38,7 @@ }, "cpr", "ms-gsl", + "libevent", "thrift" ] -} +} \ No newline at end of file