From 1c75c62c0e486ef26d7e563d7f30e2f153225f05 Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Mon, 1 Nov 2021 12:42:57 +0100 Subject: Added missing link-time dependencies to xmake.lua scripts --- zencore/xmake.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zencore/xmake.lua') diff --git a/zencore/xmake.lua b/zencore/xmake.lua index 5de7f476d..0b0b51758 100644 --- a/zencore/xmake.lua +++ b/zencore/xmake.lua @@ -8,7 +8,9 @@ target('zencore') "vcpkg::spdlog", "vcpkg::fmt", "vcpkg::doctest", + "vcpkg::json11", "vcpkg::lz4", + "vcpkg::mimalloc", "vcpkg::cpr", "vcpkg::curl", -- required by cpr "vcpkg::zlib", -- required by curl -- cgit v1.2.3