aboutsummaryrefslogtreecommitdiff
path: root/zenutil/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'zenutil/xmake.lua')
-rw-r--r--zenutil/xmake.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/zenutil/xmake.lua b/zenutil/xmake.lua
new file mode 100644
index 000000000..f4bbcd6f0
--- /dev/null
+++ b/zenutil/xmake.lua
@@ -0,0 +1,5 @@
+target('zenutil')
+ set_kind("static")
+ add_files("**.cpp")
+ add_includedirs("include", {public=true})
+ add_deps("zencore")