diff options
| author | Stefan Boberg <[email protected]> | 2025-10-24 20:57:35 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-24 20:57:35 +0200 |
| commit | e13cc5edf561b129fed90ca1cda519369a0068fe (patch) | |
| tree | 9af432ac95ce29f24ac21cb2161df208e502f5c5 /src/zenutil/xmake.lua | |
| parent | cxxopts in-tree (v3.2.1) (diff) | |
| download | zen-e13cc5edf561b129fed90ca1cda519369a0068fe.tar.xz zen-e13cc5edf561b129fed90ca1cda519369a0068fe.zip | |
add cxxopts dependency
Diffstat (limited to 'src/zenutil/xmake.lua')
| -rw-r--r-- | src/zenutil/xmake.lua | 1 |
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 |