mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
Add a 'esp_https_server' component allowing to use http_server with OpenSSL
This commit is contained in:
7
components/esp_https_server/CMakeLists.txt
Normal file
7
components/esp_https_server/CMakeLists.txt
Normal file
@@ -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