From 587acd1a972c72b9503a31546f04fc5881e29cfc Mon Sep 17 00:00:00 2001 From: onbcode Date: Sun, 7 Apr 2024 19:53:53 -0300 Subject: [PATCH] Missed a vcpkg library --- code/vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/vcpkg.json b/code/vcpkg.json index 89ed026..bbf3c4d 100644 --- a/code/vcpkg.json +++ b/code/vcpkg.json @@ -3,6 +3,7 @@ "libharu", "libpng", "minizip", - "libmysql" + "libmysql", + "restbed" ] }