1
0

fix: finish StructFmt refactor in Unvirt

This commit is contained in:
2026-01-29 13:30:27 +08:00
parent ca4fab4612
commit ada432fbe7
4 changed files with 365 additions and 205 deletions

View File

@@ -3,6 +3,7 @@ add_executable(Unvirt "")
# Setup sources
target_sources(Unvirt
PRIVATE
Utils.cpp
Docstring.cpp
StructFmt.cpp
CmdHelper.cpp
@@ -14,6 +15,7 @@ target_sources(Unvirt
PRIVATE
FILE_SET HEADERS
FILES
Utils.hpp
Docstring.hpp
StructFmt.hpp
CmdHelper.hpp