Config.in 425 B

12345678910111213
  1. config BR2_PACKAGE_CLI11
  2. bool "cli11"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
  5. help
  6. CLI11 is a command line parser for C++11 and beyond that
  7. provides a rich feature set with a simple and intuitive
  8. interface.
  9. https://github.com/CLIUtils/CLI11
  10. comment "cli11 needs a toolchain w/ C++, gcc >= 4.8"
  11. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8