esp-idf/examples/common_components/iperf/CMakeLists.txt
2021-07-16 11:59:52 +08:00

4 lines
116 B
CMake

idf_component_register(SRCS "iperf.c"
INCLUDE_DIRS "include"
REQUIRES lwip)