1
0
mirror of https://github.com/espressif/esp-idf synced 2025-04-18 12:40:09 -04:00

12 lines
285 B
CMake

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()