CMakeLists.txt 286 B

123456
  1. # Embed the server root certificate into the final binary
  2. #
  3. # (If this was a component, we would set COMPONENT_EMBED_TXTFILES here.)
  4. idf_component_register(SRCS "https_request_example_main.c"
  5. INCLUDE_DIRS "."
  6. EMBED_TXTFILES server_root_cert.pem)