From e04a36f90f9e326a2e77237ba4e18399a8f60172 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Fri, 10 Sep 2021 19:48:26 +0200 Subject: Added beginnings of a uWS http front-end --- xmake.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'xmake.lua') 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") -- cgit v1.2.3