mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-22 23:07:28 +02: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()
|
|
|