aboutsummaryrefslogtreecommitdiff
path: root/zencore/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-06 09:21:55 +0200
committerStefan Boberg <[email protected]>2021-09-06 09:21:55 +0200
commit39c0d92a05a3d75e4538750c06e51368b687e454 (patch)
tree01fb8e24270ae878ae2c7d42ac7a829044a0e398 /zencore/xmake.lua
parentChanged so function service commits compressed buffers (diff)
parentAdded zenserver-test xmake file (diff)
downloadzen-39c0d92a05a3d75e4538750c06e51368b687e454.tar.xz
zen-39c0d92a05a3d75e4538750c06e51368b687e454.zip
Merge branch 'main' of https://github.com/EpicGames/zen
Diffstat (limited to 'zencore/xmake.lua')
-rw-r--r--zencore/xmake.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/zencore/xmake.lua b/zencore/xmake.lua
new file mode 100644
index 000000000..39eb4590e
--- /dev/null
+++ b/zencore/xmake.lua
@@ -0,0 +1,6 @@
+target('zencore')
+ set_kind("static")
+ add_files("**.cpp")
+ add_includedirs("include", {public=true})
+ add_includedirs("..\\3rdparty\\utfcpp\\source")
+