mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-15 10:07:51 +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()
|