aboutsummaryrefslogtreecommitdiff
path: root/src/transports/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-10-12 13:45:43 +0200
committerGitHub <[email protected]>2023-10-12 13:45:43 +0200
commit91c43f3f3790302639d57a717f996ee133deb523 (patch)
tree5d37d19f784c009c1d1b39742211fffee769e6d1 /src/transports/xmake.lua
parentadded logging utility functions (from sb/proto) (#469) (diff)
downloadzen-91c43f3f3790302639d57a717f996ee133deb523.tar.xz
zen-91c43f3f3790302639d57a717f996ee133deb523.zip
restructured transports SDK for easier UE integration (#470)
Diffstat (limited to 'src/transports/xmake.lua')
-rw-r--r--src/transports/xmake.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/transports/xmake.lua b/src/transports/xmake.lua
new file mode 100644
index 000000000..44800a8af
--- /dev/null
+++ b/src/transports/xmake.lua
@@ -0,0 +1,10 @@
+-- Copyright Epic Games, Inc. All Rights Reserved.
+
+set_warnings("allextra", "error")
+set_languages("cxx20")
+
+includes('transport-sdk')
+
+if is_plat("windows") then
+ includes("winsock")
+end