mirror of
https://github.com/espressif/esp-idf
synced 2025-04-18 04:30:10 -04:00
8 lines
363 B
CMake
8 lines
363 B
CMake
idf_component_register(SRCS "transport.c"
|
|
"transport_ssl.c"
|
|
"transport_tcp.c"
|
|
"transport_ws.c"
|
|
"transport_utils.c"
|
|
"transport_strcasestr.c"
|
|
INCLUDE_DIRS include
|
|
REQUIRES lwip esp-tls) |