96dec443d9
Change-Id: Id20d371ae7a88a91aaba7a9e23574eccb9caeb3c Reviewed-on: https://boringssl-review.googlesource.com/15849 Reviewed-by: David Benjamin <davidben@google.com> Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: Adam Langley <agl@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
10 lines
87 B
CMake
10 lines
87 B
CMake
include_directories(../../include)
|
|
|
|
add_library(
|
|
rsa_extra
|
|
|
|
OBJECT
|
|
|
|
rsa_asn1.c
|
|
)
|