Files
esp-protocols/components/mdns/tests/host_test/main/CMakeLists.txt
2024-08-15 15:25:49 +02:00

5 lines
147 B
CMake

idf_component_register(SRCS "main.c"
INCLUDE_DIRS
"."
REQUIRES mdns console nvs_flash)