aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/zencore/xmake.lua')
-rw-r--r--src/zencore/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zencore/xmake.lua b/src/zencore/xmake.lua
index ce8cd0996..2f82d38a3 100644
--- a/src/zencore/xmake.lua
+++ b/src/zencore/xmake.lua
@@ -13,6 +13,7 @@ target('zencore')
end)
set_configdir("include/zencore")
add_files("**.cpp")
+ add_files("trace.cpp", {unity_ignored = true })
if has_config("zenrpmalloc") then
set_languages("c17", "cxx20")