diff options
| author | Martin Ridgers <[email protected]> | 2021-11-01 12:50:47 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-11-01 12:50:47 +0100 |
| commit | 643e96f85a2348bef2f6f3368d2d62c32eee0119 (patch) | |
| tree | e9987c5078ce281653c08b531f67910a0a050c8d /zencore/xmake.lua | |
| parent | Merged main (diff) | |
| parent | Moved declaration of ZenDiskCacheLayer::CacheBucket in the .h (diff) | |
| download | zen-643e96f85a2348bef2f6f3368d2d62c32eee0119.tar.xz zen-643e96f85a2348bef2f6f3368d2d62c32eee0119.zip | |
Merged main
Diffstat (limited to 'zencore/xmake.lua')
| -rw-r--r-- | zencore/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore/xmake.lua b/zencore/xmake.lua index 1abd86b7b..218f299d7 100644 --- a/zencore/xmake.lua +++ b/zencore/xmake.lua @@ -17,9 +17,9 @@ target('zencore') "vcpkg::spdlog", "vcpkg::fmt", "vcpkg::doctest", + "vcpkg::json11", "vcpkg::lz4", "vcpkg::mimalloc", - "vcpkg::json11", "vcpkg::cpr", "vcpkg::curl", -- required by cpr "vcpkg::zlib", -- required by curl |