aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenutil')
-rw-r--r--src/zenutil/xmake.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/zenutil/xmake.lua b/src/zenutil/xmake.lua
index 9066ca1ca..bc33adf9e 100644
--- a/src/zenutil/xmake.lua
+++ b/src/zenutil/xmake.lua
@@ -7,7 +7,8 @@ target('zenutil')
add_files("**.cpp")
add_includedirs("include", {public=true})
add_deps("zencore", "zenhttp", "spdlog")
- add_packages("vcpkg::robin-map")
+ add_deps("cxxopts")
+ add_deps("robin-map")
if is_plat("linux") then
add_includedirs("$(projectdir)/thirdparty/systemd/include")