OVMS3-idf/examples/system/ota/simple_ota_example/main/CMakeLists.txt
2019-06-21 19:53:29 +08:00

6 lines
270 B
CMake

# Embed the server root certificate into the final binary
idf_build_get_property(project_dir PROJECT_DIR)
idf_component_register(SRCS "simple_ota_example.c"
INCLUDE_DIRS "."
EMBED_TXTFILES ${project_dir}/server_certs/ca_cert.pem)