mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-21 22:42:23 +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
4
examples/protocols/mdns/main/CMakeLists.txt
Normal file
4
examples/protocols/mdns/main/CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
||||
set(COMPONENT_SRCS "mdns_example_main.c")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
||||
|
||||
register_component()
|
Reference in New Issue
Block a user