aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp-test/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-24 21:07:26 +0200
committerStefan Boberg <[email protected]>2025-10-24 21:07:26 +0200
commita0a11f7d2fbda7d44091cc99c769c4aae026b014 (patch)
tree76721cf318d4031edca5ffa4a99bacd2c59c5235 /src/zenhttp-test/xmake.lua
parentadd cxxopts dependency (diff)
downloadzen-a0a11f7d2fbda7d44091cc99c769c4aae026b014.tar.xz
zen-a0a11f7d2fbda7d44091cc99c769c4aae026b014.zip
add doctest 2.4.12 in thirdparty
Diffstat (limited to 'src/zenhttp-test/xmake.lua')
-rw-r--r--src/zenhttp-test/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenhttp-test/xmake.lua b/src/zenhttp-test/xmake.lua
index a7ee731f9..54ef78920 100644
--- a/src/zenhttp-test/xmake.lua
+++ b/src/zenhttp-test/xmake.lua
@@ -6,7 +6,7 @@ target("zenhttp-test")
add_headerfiles("**.h")
add_files("*.cpp")
add_deps("zenhttp")
- add_packages("vcpkg::doctest")
+ add_deps("doctest")
if is_plat("macosx") then
add_ldflags("-framework CoreFoundation")