aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index bbfd0385e..ed1ebb395 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -17,7 +17,10 @@ add_requires(
"vcpkg::curl",
"vcpkg::zlib",
"vcpkg::zstd",
- "vcpkg::http-parser")
+ "vcpkg::http-parser",
+ "vcpkg::uwebsockets",
+ "vcpkg::usockets",
+ "vcpkg::libuv")
add_rules("mode.debug", "mode.release")