2018-09-11 01:44:12 +00:00
|
|
|
set(COMPONENT_SRCS "esp_http_client.c"
|
|
|
|
"lib/http_auth.c"
|
|
|
|
"lib/http_header.c"
|
2018-07-24 14:59:03 +00:00
|
|
|
"lib/http_utils.c")
|
2018-05-30 07:41:35 +00:00
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
|
|
set(COMPONENT_PRIV_INCLUDEDIRS "lib/include")
|
|
|
|
|
|
|
|
set(COMPONENT_REQUIRES "nghttp")
|
2018-07-24 14:59:03 +00:00
|
|
|
set(COMPONENT_PRIV_REQUIRES "mbedtls" "lwip" "esp-tls" "tcp_transport")
|
2018-05-30 07:41:35 +00:00
|
|
|
|
|
|
|
register_component()
|