feat: add new package wcwidth
- add wcwidth in carton. - order clang-format do not format some generated content.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user