5c38c05b26
Change-Id: I68aa4a740ee1c7f2a308a6536f408929f15b694c Reviewed-on: https://boringssl-review.googlesource.com/15647 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>
11 lines
97 B
CMake
11 lines
97 B
CMake
include_directories(../../include)
|
|
|
|
add_library(
|
|
bn_extra
|
|
|
|
OBJECT
|
|
|
|
bn_asn1.c
|
|
convert.c
|
|
)
|