Files
ESP8266_RTOS_SDK/components/tcpip_adapter/CMakeLists.txt
2019-05-16 16:22:11 +08:00

9 lines
168 B
CMake

set(COMPONENT_SRCDIRS ".")
set(COMPONENT_ADD_INCLUDEDIRS "include")
set(COMPONENT_REQUIRES "lwip")
register_component()
component_compile_options("-DLWIP_OPEN_SRC")