boringssl/crypto/pkcs7/CMakeLists.txt
Kári Tristan Helgason 2b56981b64 Move pkcs{7,8}_test over to gtest
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>
2017-06-02 16:53:41 +00:00

11 lines
95 B
CMake

include_directories(../../include)
add_library(
pkcs7
OBJECT
pkcs7.c
pkcs7_x509.c
)