diff options
| author | Martin Ridgers <[email protected]> | 2021-09-29 17:06:14 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-09-29 17:06:14 +0200 |
| commit | ef57a1606b7663c084eaffafee435308fd9fa8f8 (patch) | |
| tree | 8b9b18e0cf31153136b3a7337ad0511793981cb6 /zencore/xmake.lua | |
| parent | Fixed unsigned < 0 comparison (diff) | |
| download | zen-ef57a1606b7663c084eaffafee435308fd9fa8f8.tar.xz zen-ef57a1606b7663c084eaffafee435308fd9fa8f8.zip | |
Fixed link error when building with xmake
Diffstat (limited to 'zencore/xmake.lua')
| -rw-r--r-- | zencore/xmake.lua | 1 |
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 |