2b56981b64
BUG=129 Change-Id: I1fef45d662743e7210f93e4dc1bae0c55f75d3fe Reviewed-on: https://boringssl-review.googlesource.com/16864 Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: David Benjamin <davidben@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
11 lines
95 B
CMake
11 lines
95 B
CMake
include_directories(../../include)
|
|
|
|
add_library(
|
|
pkcs7
|
|
|
|
OBJECT
|
|
|
|
pkcs7.c
|
|
pkcs7_x509.c
|
|
)
|