CMakeLists.txt 149 B

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