mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-19 21:42:25 +02:00
By default, component manager expects that the examples are located under <component>/examples/<name>. Move mdns example so that it is found.
3 lines
88 B
CMake
3 lines
88 B
CMake
idf_component_register(SRCS "mdns_example_main.c"
|
|
INCLUDE_DIRS ".")
|