feat(CLI): CLI integration with CLI11

libconfig can automatically generate command line interfaces using CLI11 based on some schema
This commit is contained in:
2026-02-02 08:41:47 -05:00
parent b034fb6746
commit 68cba402f3
11 changed files with 531 additions and 9 deletions

View File

@@ -7,5 +7,6 @@ config_headers = files(
'include/fourdst/config/config.h',
'include/fourdst/config/exceptions/exceptions.h',
'include/fourdst/config/base.h',
'include/fourdst/config/cli.h'
)
install_headers(config_headers, subdir : 'fourdst/fourdst/config')