Add support for command line parameters
Using tclap library, released under MIT. This adds the meson wrap file along with the minimal custom meson.build for tclap, all the meson code to get config files generated and the integration of the tclap parser.
This commit is contained in:
parent
3f10b30efc
commit
42a4fbc686
9 changed files with 185 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
tags
|
||||
subprojects/libstriezel
|
||||
compile_commands.json
|
||||
subprojects/tclap-1.4.0-rc2/
|
||||
subprojects/packagecache/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue