CMakeLists.txt 224 B

123456
  1. idf_component_register(SRCS "iperf.c"
  2. INCLUDE_DIRS "include"
  3. REQUIRES lwip
  4. PRIV_REQUIRES esp_timer)
  5. target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")