|
|
@@ -219,6 +219,10 @@ function(__build_expand_requirements component_target)
|
|
|
idf_build_get_property(build_component_targets __BUILD_COMPONENT_TARGETS)
|
|
|
if(NOT component_target IN_LIST build_component_targets)
|
|
|
idf_build_set_property(__BUILD_COMPONENT_TARGETS ${component_target} APPEND)
|
|
|
+ __component_get_property(component_lib ${component_target} COMPONENT_LIB)
|
|
|
+ idf_build_set_property(__BUILD_COMPONENTS ${component_lib} APPEND)
|
|
|
+ __component_get_property(component_alias ${component_target} COMPONENT_ALIAS)
|
|
|
+ idf_build_set_property(BUILD_COMPONENTS ${component_alias} APPEND)
|
|
|
endif()
|
|
|
endfunction()
|
|
|
|