1
0

fix: fix half struct fmt in unvirt

This commit is contained in:
2026-01-29 11:09:07 +08:00
parent 307676f9c8
commit ca4fab4612
4 changed files with 792 additions and 721 deletions

View File

@@ -4,8 +4,8 @@ add_executable(Unvirt "")
target_sources(Unvirt
PRIVATE
Docstring.cpp
StructFmt.cpp
CmdHelper.cpp
StructFormatter.cpp
UnvirtContext.cpp
Unvirt.cpp
)
@@ -15,8 +15,8 @@ PRIVATE
FILE_SET HEADERS
FILES
Docstring.hpp
StructFmt.hpp
CmdHelper.hpp
StructFormatter.hpp
UnvirtContext.hpp
)
# Setup header infomation