From 3e68f1763b74db330abf7fee320e724b4b224aea Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Tue, 2 Nov 2021 15:02:46 +0100 Subject: Fixed http-parser linker error --- zenhttp/xmake.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zenhttp/xmake.lua b/zenhttp/xmake.lua index fff4fb526..a94069c17 100644 --- a/zenhttp/xmake.lua +++ b/zenhttp/xmake.lua @@ -3,5 +3,8 @@ target('zenhttp') add_files("**.cpp") add_includedirs("include", {public=true}) add_deps("zencore") - add_packages("vcpkg::gsl-lite") + add_packages( + "vcpkg::gsl-lite", + "vcpkg::http-parser" + ) add_options("httpsys") \ No newline at end of file -- cgit v1.2.3