OVMS3-idf/examples/system/ota/native_ota_example/main/CMakeLists.txt

5 lines
269 B
CMake
Raw Normal View History

2018-09-11 01:44:12 +00:00
# Embed the server root certificate into the final binary
idf_build_get_property(project_dir PROJECT_DIR)
idf_component_register(SRCS "native_ota_example.c"
INCLUDE_DIRS "."
EMBED_TXTFILES ${project_dir}/server_certs/ca_cert.pem)