2019-04-28 03:38:23 -04:00
|
|
|
idf_component_register(SRC_DIRS "."
|
2020-03-22 06:30:24 -04:00
|
|
|
PRIV_INCLUDE_DIRS "."
|
2020-08-04 22:16:32 -04:00
|
|
|
PRIV_REQUIRES cmock test_utils mbedtls libsodium
|
2019-09-29 06:04:34 -04:00
|
|
|
EMBED_TXTFILES server_cert_chain.pem prvtkey.pem server_cert_bundle)
|
|
|
|
|
2019-06-04 08:19:25 -04:00
|
|
|
|
|
|
|
idf_component_get_property(mbedtls mbedtls COMPONENT_LIB)
|
2019-06-25 00:13:12 -04:00
|
|
|
target_compile_definitions(${mbedtls} INTERFACE "-DMBEDTLS_DEPRECATED_WARNING")
|
2019-06-04 08:19:25 -04:00
|
|
|
target_compile_definitions(mbedtls PUBLIC "-DMBEDTLS_DEPRECATED_WARNING")
|
|
|
|
target_compile_definitions(mbedcrypto PUBLIC "-DMBEDTLS_DEPRECATED_WARNING")
|
|
|
|
target_compile_definitions(mbedx509 PUBLIC "-DMBEDTLS_DEPRECATED_WARNING")
|