CMakeLists.txt 330 B

1234567891011
  1. set(COMPONENT_SRCS "app_wifi.c"
  2. "esp_http_client_example.c")
  3. set(COMPONENT_ADD_INCLUDEDIRS ".")
  4. # Embed the server root certificate into the final binary
  5. #
  6. # (If this was a component, we would set COMPONENT_EMBED_TXTFILES here.)
  7. set(COMPONENT_EMBED_TXTFILES howsmyssl_com_root_cert.pem)
  8. register_component()