diff options
Diffstat (limited to 'zencore/xmake.lua')
| -rw-r--r-- | zencore/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zencore/xmake.lua b/zencore/xmake.lua index eade07700..90f070ddb 100644 --- a/zencore/xmake.lua +++ b/zencore/xmake.lua @@ -13,6 +13,7 @@ target('zencore') add_links("oo2corelinux64") add_syslinks("pthread") end + add_options("zentrace") add_packages( "vcpkg::spdlog", "vcpkg::fmt", |