Files
espressif--esp-idf/examples/protocols/https_request/main/CMakeLists.txt
T
2026-07-13 13:04:25 +08:00

8 lines
399 B
CMake

# 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 "https_request_example_main.c" "time_sync.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES esp-tls esp_wifi esp_timer nvs_flash
EMBED_TXTFILES server_root_cert.pem local_server_cert.pem)