OVMS3-idf/examples/system/ota/simple_ota_example/main/CMakeLists.txt
2018-11-27 13:59:26 +08:00

9 lines
235 B
CMake

set(COMPONENT_SRCS "simple_ota_example.c")
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)
register_component()