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

9 lines
231 B
CMake
Raw Normal View History

2018-09-13 00:52:32 +00:00
set(COMPONENT_SRCS "simple_ota_example.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")
# Embed the server root certificate into the final binary
set(COMPONENT_EMBED_TXTFILES ${PROJECT_PATH}/server_certs/ca_cert.pem)
2018-09-13 00:52:32 +00:00
register_component()