From 27217fe7b8207141864ea51013f83f9b12624a46 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Sun, 17 Mar 2024 19:13:33 -0600 Subject: [PATCH] build: add lua dependency --- vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 37632a04..edac88a0 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "dependencies": [ - "jsoncpp" + "jsoncpp", + "lua" ] }