Add crypto/bytestring with cmake

This commit is contained in:
kinichiro
2021-12-11 21:03:06 +09:00
parent b10ff615eb
commit 244fd5608f
2 changed files with 22 additions and 4 deletions

View File

@@ -371,6 +371,9 @@ set(
buffer/buf_err.c
buffer/buf_str.c
buffer/buffer.c
bytestring/bs_ber.c
bytestring/bs_cbb.c
bytestring/bs_cbs.c
camellia/cmll_cfb.c
camellia/cmll_ctr.c
camellia/cmll_ecb.c
@@ -989,6 +992,7 @@ target_include_directories(crypto_obj
.
asn1
bn
bytestring
dsa
ec
ecdh