CMakeLists.txt 150 B

1234
  1. idf_component_register(SRCS "hello_world_main.c"
  2. INCLUDE_DIRS "")
  3. target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")