2019-04-28 07:38:23 +00:00
|
|
|
idf_component_register(SRC_DIRS "."
|
|
|
|
INCLUDE_DIRS "."
|
2019-10-11 05:57:26 +00:00
|
|
|
REQUIRES unity test_utils mbedtls libsodium)
|
2019-06-04 12:19:25 +00:00
|
|
|
|
|
|
|
idf_component_get_property(mbedtls mbedtls COMPONENT_LIB)
|
2019-06-25 04:13:12 +00:00
|
|
|
target_compile_definitions(${mbedtls} INTERFACE "-DMBEDTLS_DEPRECATED_WARNING")
|
2019-06-04 12:19:25 +00: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")
|