esp-idf/components/mdns/host_test/main/CMakeLists.txt

5 lines
129 B
CMake
Raw Normal View History

2021-06-30 12:39:29 -04:00
idf_component_register(SRCS "main.c"
INCLUDE_DIRS
"."
REQUIRES mdns)