esp-idf/examples/protocols/icmp_echo/main/CMakeLists.txt

4 lines
154 B
CMake
Raw Normal View History

idf_component_register(SRCS "echo_example_main.c"
2019-10-13 07:01:33 -04:00
INCLUDE_DIRS ".")
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")