mirror of
https://github.com/espressif/esp-idf
synced 2025-04-16 11:40:10 -04: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()
|