aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/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/plugins/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/plugins/xmake.lua')
-rw-r--r--src/plugins/xmake.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/xmake.lua b/src/plugins/xmake.lua
deleted file mode 100644
index 9e4d49685..000000000
--- a/src/plugins/xmake.lua
+++ /dev/null
@@ -1,7 +0,0 @@
--- Copyright Epic Games, Inc. All Rights Reserved.
-
-target('plugins')
- set_kind("headeronly")
- set_group("plugins")
- add_headerfiles("**.h")
- add_includedirs("include", {public=true})