1
0

feat: finish summary and application for clap.

- finish summary and application for clap.
- add patch for utf8 string in std::format.
This commit is contained in:
2025-09-24 16:20:21 +08:00
parent 776adb0c96
commit a61955bb09
8 changed files with 203 additions and 2 deletions

View File

@ -33,6 +33,8 @@ PRIVATE
yycc/carton/csconsole.cpp
yycc/carton/clap/option.cpp
yycc/carton/clap/variable.cpp
yycc/carton/clap/summary.cpp
yycc/carton/clap/application.cpp
)
target_sources(YYCCommonplace
PUBLIC
@ -53,6 +55,7 @@ FILES
yycc/string/reinterpret.hpp
yycc/string/op.hpp
yycc/string/stream.hpp
yycc/string/format.hpp
yycc/patch/ptr_pad.hpp
yycc/patch/fopen.hpp
yycc/num/parse.hpp
@ -88,6 +91,8 @@ FILES
yycc/carton/clap/types.hpp
yycc/carton/clap/option.hpp
yycc/carton/clap/variable.hpp
yycc/carton/clap/summary.hpp
yycc/carton/clap/application.hpp
)
# Setup header infomations
target_include_directories(YYCCommonplace