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