ESP32/components/iperf/CMakeLists.txt

6 lines
94 B
CMake

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