mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-16 13:45:32 +03:00
Move managed-dependency injection and recursive inclusion to BEFORE the component's add_subdirectory() call, so its CMakeLists.txt can resolve managed-dep targets at register time. Inside idf_component_register, union the manager-injected REQUIRES/PRIV_REQUIRES with what the component author wrote instead of overwriting them.