diff options
| author | Stefan Boberg <[email protected]> | 2021-09-10 19:48:26 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-10 19:48:26 +0200 |
| commit | e04a36f90f9e326a2e77237ba4e18399a8f60172 (patch) | |
| tree | 15c2126f15ad86bf3f9d1b00a5322deb1c6a125c /xmake.lua | |
| parent | clang-format (diff) | |
| download | zen-e04a36f90f9e326a2e77237ba4e18399a8f60172.tar.xz zen-e04a36f90f9e326a2e77237ba4e18399a8f60172.zip | |
Added beginnings of a uWS http front-end
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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") |