aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/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 /zenhttp/xmake.lua
parentclang-format (diff)
downloadzen-e04a36f90f9e326a2e77237ba4e18399a8f60172.tar.xz
zen-e04a36f90f9e326a2e77237ba4e18399a8f60172.zip
Added beginnings of a uWS http front-end
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