2018-09-13 00:52:32 +00:00
|
|
|
set(COMPONENT_SRCS "esp_http_client.c"
|
|
|
|
"lib/http_auth.c"
|
|
|
|
"lib/http_header.c"
|
|
|
|
"lib/http_utils.c"
|
|
|
|
"lib/transport.c"
|
|
|
|
"lib/transport_ssl.c"
|
|
|
|
"lib/transport_tcp.c")
|
2018-05-30 07:41:35 +00:00
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
|
|
set(COMPONENT_PRIV_INCLUDEDIRS "lib/include")
|
|
|
|
|
|
|
|
set(COMPONENT_REQUIRES "nghttp")
|
|
|
|
set(COMPONENT_PRIV_REQUIRES "mbedtls" "lwip")
|
|
|
|
|
|
|
|
register_component()
|