Add a 'esp_https_server' component allowing to use http_server with OpenSSL
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
set(COMPONENT_ADD_INCLUDEDIRS include)
|
||||
set(COMPONENT_SRCS "src/https_server.c")
|
||||
|
||||
set(COMPONENT_REQUIRES esp_http_server openssl)
|
||||
set(COMPONENT_PRIV_REQUIRES lwip)
|
||||
|
||||
register_component()
|
||||
Reference in New Issue
Block a user