mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
b1d1e37f87
Includes ds2ds unit test fix, iperf example test fix
8 lines
174 B
CMake
8 lines
174 B
CMake
set(COMPONENT_SRCS "event_handlers.c"
|
|
"tcpip_adapter_lwip.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
|
|
set(COMPONENT_REQUIRES lwip)
|
|
|
|
register_component()
|