forked from espressif/esp-protocols
9 lines
239 B
CMake
9 lines
239 B
CMake
![]() |
idf_component_register(
|
||
|
EMBED_TXTFILES srv.crt
|
||
|
EMBED_TXTFILES srv.key
|
||
|
EMBED_TXTFILES ca.crt
|
||
|
EMBED_TXTFILES client.crt
|
||
|
EMBED_TXTFILES client.key
|
||
|
INCLUDE_DIRS "."
|
||
|
REQUIRES mbedtls_cxx)
|