CMakeLists.txt 149 B

123456
  1. idf_component_register(SRCS
  2. "app_main.c" "camera.c" "audio.c"
  3. INCLUDE_DIRS "."
  4. )
  5. target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")