aboutsummaryrefslogtreecommitdiff
path: root/zenutil/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-04 21:40:53 +0200
committerStefan Boberg <[email protected]>2021-09-04 21:52:26 +0200
commit5e32f983010b0edc97d879f521fe101044db08c2 (patch)
treef626c0f520723cd5583ce8630c83efb2608e965a /zenutil/xmake.lua
parentImproved deploy script error reporting (diff)
downloadzen-5e32f983010b0edc97d879f521fe101044db08c2.tar.xz
zen-5e32f983010b0edc97d879f521fe101044db08c2.zip
xmake build files (experimental)
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")