mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
10 lines
277 B
CMake
10 lines
277 B
CMake
set(COMPONENT_SRCS "mdns.c"
|
|
"mdns_console.c"
|
|
"mdns_networking.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
set(COMPONENT_PRIV_INCLUDEDIRS "private_include")
|
|
set(COMPONENT_REQUIRES lwip mbedtls console tcpip_adapter)
|
|
|
|
register_component()
|
|
|