mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-10-22 08:22:23 +08:00
feat(examples): Add cmake compiler script for examples
This commit is contained in:
8
examples/protocols/https_mbedtls/main/CMakeLists.txt
Normal file
8
examples/protocols/https_mbedtls/main/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
set(COMPONENT_SRCS "https_mbedtls_example_main.c")
|
||||
|
||||
# Embed the server root certificate into the final binary
|
||||
#
|
||||
# (If this was a component, we would set COMPONENT_EMBED_TXTFILES here.)
|
||||
set(COMPONENT_EMBED_TXTFILES server_root_cert.pem)
|
||||
|
||||
register_component()
|
Reference in New Issue
Block a user