aboutsummaryrefslogtreecommitdiff
path: root/zenhttp
diff options
context:
space:
mode:
Diffstat (limited to 'zenhttp')
-rw-r--r--zenhttp/xmake.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/zenhttp/xmake.lua b/zenhttp/xmake.lua
index a1455f46c..fff4fb526 100644
--- a/zenhttp/xmake.lua
+++ b/zenhttp/xmake.lua
@@ -3,4 +3,5 @@ target('zenhttp')
add_files("**.cpp")
add_includedirs("include", {public=true})
add_deps("zencore")
- add_packages("vcpkg::gsl-lite") \ No newline at end of file
+ add_packages("vcpkg::gsl-lite")
+ add_options("httpsys") \ No newline at end of file