CMakeLists.txt 116 B

123
  1. idf_component_register(SRCS "iperf.c"
  2. INCLUDE_DIRS "include"
  3. REQUIRES lwip)