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