examples: update with build system changes

This commit is contained in:
Renz Christian Bagaporo
2019-04-26 17:51:48 +08:00
parent ffec9d4947
commit d214bb912f
9 changed files with 22 additions and 14 deletions

View File

@@ -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()