aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/xmake.lua b/xmake.lua
index a05b7e93c..d8d8fddf6 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -116,6 +116,14 @@ option("zenmesh")
option_end()
add_define_by_config("ZEN_ENABLE_MESH", "zenmesh")
+option("zentrace")
+ set_default(false)
+ set_showmenu(true)
+ set_description("Enable UE's Trace support")
+ add_includedirs("thirdparty/trace")
+option_end()
+add_define_by_config("ZEN_WITH_TRACE", "zentrace")
+
set_warnings("allextra", "error")
set_languages("cxx20")