Add a 'esp_https_server' component allowing to use http_server with OpenSSL
This commit is contained in:
8
examples/protocols/https_server/main/CMakeLists.txt
Normal file
8
examples/protocols/https_server/main/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
set(COMPONENT_SRCS "main.c")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
||||
|
||||
set(COMPONENT_EMBED_TXTFILES
|
||||
"certs/cacert.pem"
|
||||
"certs/prvtkey.pem")
|
||||
|
||||
register_component()
|
||||
Reference in New Issue
Block a user