1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-31 11:50:11 -04:00
2019-06-21 19:53:29 +08:00

9 lines
390 B
CMake

idf_component_register(SRCS "esp_http_client.c"
"lib/http_auth.c"
"lib/http_header.c"
"lib/http_utils.c"
INCLUDE_DIRS "include"
PRIV_INCLUDE_DIRS "lib/include"
REQUIRES nghttp
PRIV_REQUIRES mbedtls lwip esp-tls tcp_transport)