CMakeLists.txt 369 B

1234567891011
  1. set(COMPONENT_SRCS "esp_http_client.c"
  2. "lib/http_auth.c"
  3. "lib/http_header.c"
  4. "lib/http_utils.c")
  5. set(COMPONENT_ADD_INCLUDEDIRS "include")
  6. set(COMPONENT_PRIV_INCLUDEDIRS "lib/include")
  7. set(COMPONENT_REQUIRES "nghttp")
  8. set(COMPONENT_PRIV_REQUIRES "mbedtls" "lwip" "esp-tls" "tcp_transport")
  9. register_component()