[cli] support adding vendor command list to cli apps (#9001)

This commit is contained in:
Nick Bertoldi
2023-05-16 19:59:20 -07:00
committed by GitHub
parent 0186152d40
commit dae3ff2c50
11 changed files with 146 additions and 1 deletions
+5
View File
@@ -96,6 +96,11 @@ build_all_features()
# Build with RAM settings
reset_source
"$(dirname "$0")"/cmake-build simulation -DOT_SETTINGS_RAM=ON
# Build with Vendor CLI commands
reset_source
"$(dirname "$0")"/cmake-build simulation \
-DOT_CLI_VENDOR_EXTENSION=../../src/cli/cli_extension_example.cmake
}
build_toranj()