CMakeLists.txt 243 B

12345678
  1. set(COMPONENT_SRCS "advanced_https_ota_example.c")
  2. set(COMPONENT_ADD_INCLUDEDIRS ".")
  3. # Embed the server root certificate into the final binary
  4. set(COMPONENT_EMBED_TXTFILES ${IDF_PROJECT_PATH}/server_certs/ca_cert.pem)
  5. register_component()