feat(CLI11): Added command line parsing library

Added a library for command line option parsing, CLI11.
This commit is contained in:
2025-11-24 14:54:41 -05:00
parent 22c0329de0
commit 1e23c89f8e
6 changed files with 14 additions and 115 deletions

View File

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

View File

@@ -14,4 +14,4 @@ subdir('json')
subdir('pybind')
subdir('CLI11')