OVMS3-idf/examples/protocols/esp_http_client/main/CMakeLists.txt

6 lines
289 B
CMake
Raw Normal View History

2018-09-11 01:44:12 +00:00
# Embed the server root certificate into the final binary
#
# (If this was a component, we would set COMPONENT_EMBED_TXTFILES here.)
idf_component_register(SRCS "esp_http_client_example.c"
INCLUDE_DIRS "."
EMBED_TXTFILES howsmyssl_com_root_cert.pem)