mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
ded543e561
Introduce a callback mechanism that lets components register CMake functions to be called at specific points in the build lifecycle. Currently, this framework only supports registering callbacks to be called after the executable target is created, i.e, the POST_ELF phase of the build but before the binary target is created.