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:
King_DuckZ 2025-04-08 02:04:52 +01:00
commit 42a4fbc686
9 changed files with 185 additions and 5 deletions

11
subprojects/tclap.wrap Normal file
View file

@ -0,0 +1,11 @@
[wrap-file]
directory = tclap-1.4.0-rc2
source_url = https://downloads.sourceforge.net/project/tclap/tclap-1.4.0-rc2.tar.bz2
source_filename = tclap-1.4.0-rc2.tar.bz2
source_hash = ca52ce5badc477aeda59866601aad85c55e014c5400c15ed13e21fe7d0c1c5f7
patch_directory = tclap
[provide]
dependency_names = tclap-1.4.0-rc2
tclap = tclap_dep