From 5aaa5ced2aa584c3d8438ddd392058f5e290be12 Mon Sep 17 00:00:00 2001 From: bakashigure Date: Thu, 2 Nov 2023 09:35:38 +0000 Subject: [PATCH] feat: add lua --- vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 6277ba2..6e64e5c 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -32,6 +32,7 @@ "boost-process", "boost-uuid", "grpc", - "protobuf" + "protobuf", + "lua" ] }