diff options
Diffstat (limited to 'zenhttp/xmake.lua')
| -rw-r--r-- | zenhttp/xmake.lua | 2 |
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 |