chore: add Natvis in MSVC CMake build.

- add Natvis in MSVC CMake build to let me can see the data encoded with YYCC::yycc_char8_t.
This commit is contained in:
2024-07-15 22:47:49 +08:00
parent b912be082c
commit 81fe72c425
2 changed files with 75 additions and 0 deletions

View File

@ -14,6 +14,8 @@ PRIVATE
IOHelper.cpp
StringHelper.cpp
WinFctHelper.cpp
# Natvis (only for MSVC)
$<$<CXX_COMPILER_ID:MSVC>:YYCC.natvis>
)
target_sources(YYCCommonplace
PUBLIC