diff options
| -rw-r--r-- | xmake.lua | 1 | ||||
| -rw-r--r-- | zencore/xmake.lua | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,7 @@ add_requires( "vcpkg::lua", "vcpkg::lz4", "vcpkg::mimalloc", + "vcpkg::openssl", "vcpkg::robin-map", "vcpkg::sentry-native", "vcpkg::sol2", diff --git a/zencore/xmake.lua b/zencore/xmake.lua index 313e41c74..d53a2758a 100644 --- a/zencore/xmake.lua +++ b/zencore/xmake.lua @@ -23,5 +23,6 @@ target('zencore') "vcpkg::cpr", "vcpkg::curl", -- required by cpr "vcpkg::zlib", -- required by curl + "vcpkg::openssl", -- required by curl "vcpkg::xxhash", "vcpkg::gsl-lite") |