mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
3a0f0bb13f
Add an optional ALL parameter to idf_build_binary and idf_sign_binary functions. When specified, the created custom target is included in the default build target. Without ALL, custom targets created by these functions are excluded from the default build (add_custom_target behavior), meaning they won't be built unless explicitly requested or depended upon by another target in ALL. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>