Files
esp-protocols/components/mdns/examples/query_advertise/main/CMakeLists.txt
Ivan Grokhotkov d28232b9f8 fix(mdns): move the example into a subdirectory
By default, component manager expects that the examples are located
under <component>/examples/<name>. Move mdns example so that it is
found.
2023-11-09 15:37:37 +01:00

3 lines
88 B
CMake

idf_component_register(SRCS "mdns_example_main.c"
INCLUDE_DIRS ".")