diff options
| author | Stefan Boberg <[email protected]> | 2025-10-25 13:41:26 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-25 13:41:26 +0200 |
| commit | 04c3e1fb4c278dfb4031cb99b241d5bfc75f377a (patch) | |
| tree | 6df69ea1b30d0d36bf9971a774a1fa4591cd313f /src/zenserver/xmake.lua | |
| parent | add robin-map VERSIONS.md info (diff) | |
| download | zen-04c3e1fb4c278dfb4031cb99b241d5bfc75f377a.tar.xz zen-04c3e1fb4c278dfb4031cb99b241d5bfc75f377a.zip | |
in-tree: json11
Diffstat (limited to 'src/zenserver/xmake.lua')
| -rw-r--r-- | src/zenserver/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenserver/xmake.lua b/src/zenserver/xmake.lua index 127a9f06e..c3ed22084 100644 --- a/src/zenserver/xmake.lua +++ b/src/zenserver/xmake.lua @@ -19,6 +19,7 @@ target("zenserver") set_symbols("debug") add_deps("protozero", "asio", "cxxopts", "sol2") + add_deps("json11") if is_mode("release") then set_optimize("fastest") @@ -50,7 +51,6 @@ target("zenserver") add_packages( "vcpkg::http-parser", - "vcpkg::json11", "vcpkg::lua", "vcpkg::mimalloc" ) |