examples: update with build system changes
This commit is contained in:
@@ -3,6 +3,7 @@ set(COMPONENT_ADD_INCLUDEDIRS ".")
|
||||
|
||||
|
||||
# Embed the server root certificate into the final binary
|
||||
set(COMPONENT_EMBED_TXTFILES ${IDF_PROJECT_PATH}/server_certs/ca_cert.pem)
|
||||
idf_build_get_property(project_dir PROJECT_DIR)
|
||||
set(COMPONENT_EMBED_TXTFILES ${project_dir}/server_certs/ca_cert.pem)
|
||||
|
||||
register_component()
|
||||
|
||||
Reference in New Issue
Block a user