aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-24 20:57:35 +0200
committerStefan Boberg <[email protected]>2025-10-24 20:57:35 +0200
commite13cc5edf561b129fed90ca1cda519369a0068fe (patch)
tree9af432ac95ce29f24ac21cb2161df208e502f5c5 /src/zenutil/xmake.lua
parentcxxopts in-tree (v3.2.1) (diff)
downloadzen-e13cc5edf561b129fed90ca1cda519369a0068fe.tar.xz
zen-e13cc5edf561b129fed90ca1cda519369a0068fe.zip
add cxxopts dependency
Diffstat (limited to 'src/zenutil/xmake.lua')
-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