mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-25 01:41:43 +00:00
4 lines
116 B
CMake
4 lines
116 B
CMake
idf_component_register(SRCS "iperf.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES lwip)
|