mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-22 14:57:30 +02:00
cmake: Add component dependency support
Components should set the COMPONENT_REQUIRES & COMPONENT_PRIVATE_REQUIRES variables to define their requirements. * Original commit: espressif/esp-idf@1cb5712463
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
b9726db48e
commit
c7701d41f8
@ -1,5 +1,7 @@
|
||||
set(COMPONENT_SRCDIRS ".")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
||||
set(COMPONENT_PRIV_INCLUDEDIRS "private_include")
|
||||
set(COMPONENT_REQUIRES lwip mbedtls console tcpip_adapter)
|
||||
|
||||
register_component()
|
||||
|
||||
|
Reference in New Issue
Block a user