feat(CLI11): Added command line parsing library
Added a library for command line option parsing, CLI11.
This commit is contained in:
2
build-config/CLI11/meson.build
Normal file
2
build-config/CLI11/meson.build
Normal file
@@ -0,0 +1,2 @@
|
||||
cli11_proj = subproject('cli11')
|
||||
cli11_dep = cli11_proj.get_variable('CLI11_dep')
|
||||
@@ -14,4 +14,4 @@ subdir('json')
|
||||
|
||||
subdir('pybind')
|
||||
|
||||
|
||||
subdir('CLI11')
|
||||
|
||||
Reference in New Issue
Block a user