[Fix] Add 'esp_netif' as requirements in CMakeLists

This commit is contained in:
Jason Hsu
2025-04-19 23:09:37 +08:00
committed by hrushikesh.bhosale
parent 7411eafb2e
commit 66adf7920f

View File

@@ -23,7 +23,7 @@ list(APPEND srcs
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS "${include_dirs}"
PRIV_INCLUDE_DIRS "${priv_include_dirs}"
REQUIRES protocomm esp_https_server
REQUIRES esp_netif protocomm esp_https_server
PRIV_REQUIRES protobuf-c)
idf_component_optional_requires(PRIVATE espressif__mdns mdns)