1 add_library(pm3rrg_rdv4_mbedtls STATIC
2 ../../common/mbedtls/aes.c
3 ../../common/mbedtls/asn1parse.c
4 ../../common/mbedtls/asn1write.c
5 ../../common/mbedtls/base64.c
6 ../../common/mbedtls/bignum.c
7 ../../common/mbedtls/ctr_drbg.c
8 ../../common/mbedtls/entropy_poll.c
9 ../../common/mbedtls/entropy.c
10 ../../common/mbedtls/error.c
11 ../../common/mbedtls/ecp.c
12 ../../common/mbedtls/ecdh.c
13 ../../common/mbedtls/ecc_point_compression.c
14 ../../common/mbedtls/gcm.c
15 ../../common/mbedtls/ecp_curves.c
16 ../../common/mbedtls/certs.c
17 ../../common/mbedtls/camellia.c
18 ../../common/mbedtls/blowfish.c
19 ../../common/mbedtls/cipher_wrap.c
20 ../../common/mbedtls/cipher.c
21 ../../common/mbedtls/cmac.c
22 ../../common/mbedtls/des.c
23 ../../common/mbedtls/ecdsa.c
24 ../../common/mbedtls/md.c
25 ../../common/mbedtls/md5.c
26 ../../common/mbedtls/oid.c
27 ../../common/mbedtls/pem.c
28 ../../common/mbedtls/arc4.c
29 ../../common/mbedtls/pk.c
30 ../../common/mbedtls/pk_wrap.c
31 ../../common/mbedtls/pkwrite.c
32 ../../common/mbedtls/pkcs5.c
33 ../../common/mbedtls/pkcs12.c
34 ../../common/mbedtls/pkparse.c
35 ../../common/mbedtls/platform.c
36 ../../common/mbedtls/platform_util.c
37 ../../common/mbedtls/rsa.c
38 ../../common/mbedtls/rsa_internal.c
39 ../../common/mbedtls/sha1.c
40 ../../common/mbedtls/sha256.c
41 ../../common/mbedtls/sha512.c
42 ../../common/mbedtls/threading.c
43 ../../common/mbedtls/x509.c
44 ../../common/mbedtls/x509_crl.c
45 ../../common/mbedtls/x509_crt.c
46 ../../common/mbedtls/net_sockets.c
49 target_include_directories(pm3rrg_rdv4_mbedtls PRIVATE ../../common)
50 target_include_directories(pm3rrg_rdv4_mbedtls INTERFACE ../../common/mbedtls)
51 target_compile_options(pm3rrg_rdv4_mbedtls PRIVATE -Wall -O3)
52 set_property(TARGET pm3rrg_rdv4_mbedtls PROPERTY POSITION_INDEPENDENT_CODE ON)