mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 18:27:31 +02:00
mDNS: Initial version based on IDF 5.0
This commit is contained in:
4
components/mdns/tests/host_test/main/CMakeLists.txt
Normal file
4
components/mdns/tests/host_test/main/CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
||||
idf_component_register(SRCS "main.c"
|
||||
INCLUDE_DIRS
|
||||
"."
|
||||
REQUIRES mdns)
|
Reference in New Issue
Block a user