mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-31 07:26:28 +08:00
12 lines
386 B
CMake
12 lines
386 B
CMake
set(COMPONENT_SRCS "esp_http_client.c"
|
|
"lib/http_auth.c"
|
|
"lib/http_header.c"
|
|
"lib/http_utils.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
set(COMPONENT_PRIV_INCLUDEDIRS "lib/include")
|
|
|
|
set(COMPONENT_REQUIRES "http_parser")
|
|
set(COMPONENT_PRIV_REQUIRES "ssl" "lwip" "esp-tls" "tcp_transport" "tcpip_adapter")
|
|
|
|
register_component()
|