CMakeLists.txt 230 B

12345
  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_mbedtls_example_main.c"
  5. INCLUDE_DIRS ".")