aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/zenutil/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenutil/xmake.lua b/src/zenutil/xmake.lua
index 9066ca1ca..a2b5de787 100644
--- a/src/zenutil/xmake.lua
+++ b/src/zenutil/xmake.lua
@@ -7,6 +7,7 @@ target('zenutil')
add_files("**.cpp")
add_includedirs("include", {public=true})
add_deps("zencore", "zenhttp", "spdlog")
+ add_deps("cxxopts")
add_packages("vcpkg::robin-map")
if is_plat("linux") then