forked from espressif/esp-idf
[Fix] Add 'esp_netif' as requirements in CMakeLists
This commit is contained in:
committed by
hrushikesh.bhosale
parent
7411eafb2e
commit
66adf7920f
@@ -23,7 +23,7 @@ list(APPEND srcs
|
|||||||
idf_component_register(SRCS "${srcs}"
|
idf_component_register(SRCS "${srcs}"
|
||||||
INCLUDE_DIRS "${include_dirs}"
|
INCLUDE_DIRS "${include_dirs}"
|
||||||
PRIV_INCLUDE_DIRS "${priv_include_dirs}"
|
PRIV_INCLUDE_DIRS "${priv_include_dirs}"
|
||||||
REQUIRES protocomm esp_https_server
|
REQUIRES esp_netif protocomm esp_https_server
|
||||||
PRIV_REQUIRES protobuf-c)
|
PRIV_REQUIRES protobuf-c)
|
||||||
|
|
||||||
idf_component_optional_requires(PRIVATE espressif__mdns mdns)
|
idf_component_optional_requires(PRIVATE espressif__mdns mdns)
|
||||||
|
Reference in New Issue
Block a user