diff options
| -rw-r--r-- | xmake.lua | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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") |