boringssl/crypto/bn_extra/CMakeLists.txt
Adam Langley 5c38c05b26 Move bn/ into crypto/fipsmodule/
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>
2017-05-01 22:51:25 +00:00

11 lines
97 B
CMake

include_directories(../../include)
add_library(
bn_extra
OBJECT
bn_asn1.c
convert.c
)