From 91c43f3f3790302639d57a717f996ee133deb523 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Thu, 12 Oct 2023 13:45:43 +0200 Subject: restructured transports SDK for easier UE integration (#470) --- src/zenhttp/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zenhttp/xmake.lua') diff --git a/src/zenhttp/xmake.lua b/src/zenhttp/xmake.lua index 9c3869911..588fd8b87 100644 --- a/src/zenhttp/xmake.lua +++ b/src/zenhttp/xmake.lua @@ -7,7 +7,7 @@ target('zenhttp') add_files("**.cpp") add_files("httpsys.cpp", {unity_ignored=true}) add_includedirs("include", {public=true}) - add_deps("zencore", "plugins") + add_deps("zencore", "transport-sdk") add_packages( "vcpkg::cpr", "vcpkg::curl", -- required by cpr -- cgit v1.2.3