Sign in
boringssl
/
boringssl.git
/
be5c67d4b1b71ebe3dec1c39a0a8e4e05f66f021
/
.
/
crypto
/
pkcs7
/
CMakeLists.txt
blob: 8137a6fc3ca62178afbaaaa2d94a9aa14deb0c09 [
file
]
include_directories(../../include)
add_library(
pkcs7
OBJECT
pkcs7.c
pkcs7_x509.c
)
add_executable(
pkcs7_test
pkcs7_test.c
$<TARGET_OBJECTS:test_support>
)
target_link_libraries(pkcs7_test crypto)
add_dependencies(all_tests pkcs7_test)