CMakeLists.txt 369 B

12345678
  1. idf_component_register(SRCS "esp_http_client.c"
  2. "lib/http_auth.c"
  3. "lib/http_header.c"
  4. "lib/http_utils.c"
  5. INCLUDE_DIRS "include"
  6. PRIV_INCLUDE_DIRS "lib/include"
  7. REQUIRES nghttp
  8. PRIV_REQUIRES tcp_transport)