mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
13 lines
329 B
CMake
13 lines
329 B
CMake
set(COMPONENT_SRCS "transport.c"
|
|
"transport_ssl.c"
|
|
"transport_tcp.c"
|
|
"transport_ws.c"
|
|
"transport_utils.c"
|
|
"transport_strcasestr.c")
|
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
|
|
set(COMPONENT_REQUIRES lwip esp-tls)
|
|
|
|
register_component()
|