4 lines
154 B
CMake
Raw Normal View History

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