Files
esp-protocols/components/mdns/tests/test_apps/main/CMakeLists.txt
2022-08-18 15:59:48 +04:00

4 lines
156 B
CMake

idf_component_register(SRCS "main.c" "mdns_test.c"
INCLUDE_DIRS ".")
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")