diff options
| author | Devin Doucette <[email protected]> | 2026-03-18 08:14:07 -0600 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-03-18 08:14:07 -0600 |
| commit | ee40d3387465b96058d33ed4d0e41d91a4ee1327 (patch) | |
| tree | 59361054b26ab9402abefdbc23d00fd61b4523ae /src/zencore/xmake.lua | |
| parent | workaround for change in xmake behaviour around download file naming (#858) (diff) | |
| download | zen-ee40d3387465b96058d33ed4d0e41d91a4ee1327.tar.xz zen-ee40d3387465b96058d33ed4d0e41d91a4ee1327.zip | |
Add natvis for Compact Binary (#860)
Add natvis for Compact Binary
Includes natvis for DateTime, TimeSpan, IoHash, Guid, Oid.
Based on UE CL 51830581.
Diffstat (limited to 'src/zencore/xmake.lua')
| -rw-r--r-- | src/zencore/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zencore/xmake.lua b/src/zencore/xmake.lua index b08975df1..fe12c14e8 100644 --- a/src/zencore/xmake.lua +++ b/src/zencore/xmake.lua @@ -16,6 +16,7 @@ target('zencore') add_files("**.cpp") add_files("trace.cpp", {unity_ignored = true }) add_files("testing.cpp", {unity_ignored = true }) + add_extrafiles("zencore.natvis") if has_config("zenrpmalloc") then add_deps("rpmalloc") |