mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-08-04 05:04:37 +02:00
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.
This commit is contained in:
committed by
David Cermak
parent
c83b76ea8f
commit
d28232b9f8
6
components/mdns/examples/query_advertise/CMakeLists.txt
Normal file
6
components/mdns/examples/query_advertise/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
# The following lines of boilerplate have to be in your project's CMakeLists
|
||||
# in this exact order for cmake to work correctly
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
project(query_advertise)
|
Reference in New Issue
Block a user