esp-idf/components/esp_http_client/CMakeLists.txt
2022-01-11 10:26:25 +05:30

9 lines
374 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 http_parser
PRIV_REQUIRES tcp_transport)