feat: add new package wcwidth

- add wcwidth in carton.
- order clang-format do not format some generated content.
This commit is contained in:
2025-08-15 16:42:28 +08:00
parent 00c8f09907
commit 2f11ba6023
6 changed files with 651 additions and 33 deletions

View File

@ -24,6 +24,7 @@ PRIVATE
yycc/encoding/iconv.cpp
yycc/carton/pycodec.cpp
yycc/carton/wcwidth.cpp
)
target_sources(YYCCommonplace
PUBLIC
@ -67,6 +68,7 @@ FILES
yycc/encoding/iconv.hpp
yycc/carton/pycodec.hpp
yycc/carton/wcwidth.hpp
)
# Setup header infomations
target_include_directories(YYCCommonplace