aboutsummaryrefslogtreecommitdiff
path: root/zenserver/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-10 19:48:26 +0200
committerStefan Boberg <[email protected]>2021-09-10 19:48:26 +0200
commite04a36f90f9e326a2e77237ba4e18399a8f60172 (patch)
tree15c2126f15ad86bf3f9d1b00a5322deb1c6a125c /zenserver/xmake.lua
parentclang-format (diff)
downloadzen-e04a36f90f9e326a2e77237ba4e18399a8f60172.tar.xz
zen-e04a36f90f9e326a2e77237ba4e18399a8f60172.zip
Added beginnings of a uWS http front-end
Diffstat (limited to 'zenserver/xmake.lua')
-rw-r--r--zenserver/xmake.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/zenserver/xmake.lua b/zenserver/xmake.lua
index 293743c94..bb70846fa 100644
--- a/zenserver/xmake.lua
+++ b/zenserver/xmake.lua
@@ -23,7 +23,8 @@ target("zenserver")
"vcpkg::sol2",
"vcpkg::lua",
"vcpkg::asio",
- "vcpkg::json11"
+ "vcpkg::json11",
+ "vcpkg::uwebsockets", "vcpkg::usockets", "vcpkg::libuv"
)
add_packages(