aboutsummaryrefslogtreecommitdiff
path: root/src/transports/xmake.lua
diff options
context:
space:
mode:
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