esp-idf/examples/protocols/https_request/main/CMakeLists.txt

7 lines
328 B
CMake
Raw Normal View History

2018-09-10 21:44:12 -04:00
# Embed the server root certificate into the final binary
#
# (If this was a component, we would set COMPONENT_EMBED_TXTFILES here.)
2021-09-24 03:57:06 -04:00
idf_component_register(SRCS "https_request_example_main.c" "time_sync.c"
INCLUDE_DIRS "include"
EMBED_TXTFILES server_root_cert.pem local_server_cert.pem)