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) --- xmake.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'xmake.lua') diff --git a/xmake.lua b/xmake.lua index 3d4aa9db1..d81a9e896 100644 --- a/xmake.lua +++ b/xmake.lua @@ -148,7 +148,7 @@ set_languages("cxx20") -- always generate debug information set_symbols("debug") -includes("src/plugins") +includes("src/transports") includes("src/zencore", "src/zencore-test") includes("src/zenhttp") includes("src/zenstore", "src/zenstore-test") @@ -158,10 +158,6 @@ includes("src/zenserver", "src/zenserver-test") includes("src/zen") includes("src/zentest-appstub") -if is_plat("windows") then - includes("src/plugins/winsock") -end - task("bundle") set_menu { usage = "xmake bundle", -- cgit v1.2.3