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

@@ -0,0 +1,2 @@
cli11_proj = subproject('cli11')
cli11_dep = cli11_proj.get_variable('CLI11_dep')

View File

@@ -1,2 +1,3 @@
cmake = import('cmake')
subdir('reflect-cpp')
subdir('cli11')