Sign in
boringssl
/
boringssl.git
/
aeeff2ceee2b5ccfcfa2c9bb79390ad1a1015922
/
.
/
crypto
/
pkcs8
/
CMakeLists.txt
blob: 4426f1e7337f6bf88d5ccf55e621fd314db21318 [
file
]
include_directories(. .. ../../include)
add_library(
pkcs8
OBJECT
pkcs8.c
p8_pkey.c
p5_pbe.c
p5_pbev2.c
)
add_executable(
pkcs12_test
pkcs12_test.cc
$<TARGET_OBJECTS:test_support>
)
target_link_libraries(pkcs12_test crypto)