mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
feature/tcp_transport: Added the tcp_transport component from idf.
This commit is contained in:
11
components/tcp_transport/CMakeLists.txt
Normal file
11
components/tcp_transport/CMakeLists.txt
Normal file
@ -0,0 +1,11 @@
|
||||
set(COMPONENT_SRCS "transport.c"
|
||||
"transport_ssl.c"
|
||||
"transport_tcp.c"
|
||||
"transport_ws.c"
|
||||
"transport_utils.c")
|
||||
|
||||
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
||||
|
||||
set(COMPONENT_REQUIRES lwip esp-tls)
|
||||
|
||||
register_component()
|
Reference in New Issue
Block a user