mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Add a helper function for printing multi-line post-build messages on a target. The message lines are joined with newlines, written to a file at configure time, and printed at build time using a single cmake -E cat command, replacing the need for repeated cmake -E echo invocations. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>