CMakeLists.txt 294 B

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