diff options
| author | Martin Ridgers <[email protected]> | 2021-11-01 12:42:57 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-11-01 12:42:57 +0100 |
| commit | 1c75c62c0e486ef26d7e563d7f30e2f153225f05 (patch) | |
| tree | 4fd958baa9de6584aa16f7b88dab2e9b30f217fd /zencore/xmake.lua | |
| parent | Fixed shadowed symbol error in zenserver-test.cpp (diff) | |
| download | zen-1c75c62c0e486ef26d7e563d7f30e2f153225f05.tar.xz zen-1c75c62c0e486ef26d7e563d7f30e2f153225f05.zip | |
Added missing link-time dependencies to xmake.lua scripts
Diffstat (limited to 'zencore/xmake.lua')
| -rw-r--r-- | zencore/xmake.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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 |