CMakeLists.txt 269 B

12345
  1. # Embed the server root certificate into the final binary
  2. idf_build_get_property(project_dir PROJECT_DIR)
  3. idf_component_register(SRCS "native_ota_example.c"
  4. INCLUDE_DIRS "."
  5. EMBED_TXTFILES ${project_dir}/server_certs/ca_cert.pem)