mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
package/cpp-argparse: new package
A Modern C++ header-only library for parsing command-line arguments. https://github.com/p-ranav/argparse Signed-off-by: Konstantin Menyaev <viper@landau.one> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
46b5c95647
commit
bba497d60d
12
package/cpp-argparse/Config.in
Normal file
12
package/cpp-argparse/Config.in
Normal file
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_CPP_ARGPARSE
|
||||
bool "cpp-argparse"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
||||
help
|
||||
Argument Parser for Modern C++. A header-only library
|
||||
for parsing command-line arguments.
|
||||
|
||||
https://github.com/p-ranav/argparse
|
||||
|
||||
comment "cpp-argparse needs a toolchain w/ C++, gcc >= 8"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
||||
Reference in New Issue
Block a user