esp-idf/examples/peripherals/i2c/i2c_tools/main/CMakeLists.txt

5 lines
200 B
CMake

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