aboutsummaryrefslogtreecommitdiff
path: root/zencore/xmake.lua
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-09-29 17:06:14 +0200
committerMartin Ridgers <[email protected]>2021-09-29 17:06:14 +0200
commitef57a1606b7663c084eaffafee435308fd9fa8f8 (patch)
tree8b9b18e0cf31153136b3a7337ad0511793981cb6 /zencore/xmake.lua
parentFixed unsigned < 0 comparison (diff)
downloadzen-ef57a1606b7663c084eaffafee435308fd9fa8f8.tar.xz
zen-ef57a1606b7663c084eaffafee435308fd9fa8f8.zip
Fixed link error when building with xmake
Diffstat (limited to 'zencore/xmake.lua')
-rw-r--r--zencore/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/zencore/xmake.lua b/zencore/xmake.lua
index ab508b857..f0ce7bddb 100644
--- a/zencore/xmake.lua
+++ b/zencore/xmake.lua
@@ -18,6 +18,7 @@ target('zencore')
"vcpkg::fmt",
"vcpkg::doctest",
"vcpkg::lz4",
+ "vcpkg::json11",
"vcpkg::cpr",
"vcpkg::curl", -- required by cpr
"vcpkg::zlib", -- required by curl