mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-16 12:02:11 +02:00
cmake: make main a component again
* Original commit: espressif/esp-idf@d9939cedd9
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
fed787f54f
commit
67173f6770
@ -1,4 +1,6 @@
|
||||
set(COMPONENT_SRCDIRS ".")
|
||||
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)
|
||||
|
Reference in New Issue
Block a user