7 lines
121 B
CMake
7 lines
121 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS .)
|
|
|
|
set(COMPONENT_SRCS "iperf.c")
|
|
|
|
set(COMPONENT_PRIV_REQUIRES lwip)
|
|
|
|
register_component()
|