1
0
mirror of https://github.com/espressif/esp-idf synced 2025-04-02 04:40:11 -04:00
2018-09-11 09:44:12 +08:00

7 lines
136 B
CMake

set(COMPONENT_SRCS "tcpip_adapter_lwip.c")
set(COMPONENT_ADD_INCLUDEDIRS "include")
set(COMPONENT_REQUIRES lwip)
register_component()