mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-04 20:05:25 +02:00
cmake: make main a component again
This commit is contained in:
committed by
Angus Gratton
parent
f9bed53ea2
commit
d9939cedd9
@@ -1,6 +1,13 @@
|
||||
set(COMPONENT_ADD_INCLUDEDIRS include)
|
||||
set(COMPONENT_PRIV_INCLUDEDIRS include/internal include/platform include/openssl)
|
||||
set(COMPONENT_SRCDIRS library platform)
|
||||
set(COMPONENT_SRCS "library/ssl_cert.c"
|
||||
"library/ssl_lib.c"
|
||||
"library/ssl_methods.c"
|
||||
"library/ssl_pkey.c"
|
||||
"library/ssl_stack.c"
|
||||
"library/ssl_x509.c"
|
||||
"platform/ssl_pm.c"
|
||||
"platform/ssl_port.c")
|
||||
|
||||
set(COMPONENT_REQUIRES mbedtls)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user