aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/xmake.lua b/xmake.lua
index 731a96840..0e9468cc0 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -103,6 +103,13 @@ option("compute")
option_end()
add_define_by_config("ZEN_WITH_COMPUTE_SERVICES", "compute")
+option("zenmesh")
+ set_default(false)
+ set_showmenu(true)
+ set_description("Enables Zen's mesh feature")
+option_end()
+add_define_by_config("ZEN_ENABLE_MESH", "zenmesh")
+
set_warnings("allextra", "error")
set_languages("cxx20")