OVMS3-idf/examples/system/ota/advanced_https_ota/main/CMakeLists.txt
2019-05-14 18:01:14 +08:00

10 lines
286 B
CMake

set(COMPONENT_SRCS "advanced_https_ota_example.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")
# Embed the server root certificate into the final binary
idf_build_get_property(project_dir PROJECT_DIR)
set(COMPONENT_EMBED_TXTFILES ${project_dir}/server_certs/ca_cert.pem)
register_component()