mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-20 16:46:14 +00:00
8 lines
121 B
CMake
8 lines
121 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS .)
|
|
|
|
set(COMPONENT_SRCS "iperf.c")
|
|
|
|
set(COMPONENT_PRIV_REQUIRES lwip)
|
|
|
|
register_component()
|