mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 02:29:10 -04:00
8 lines
391 B
CMake
8 lines
391 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"
|
|
EMBED_TXTFILES server_root_cert.pem local_server_cert.pem)
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|