Sign in
boringssl
/
boringssl.git
/
refs/heads/chromium-2357
/
.
/
crypto
/
pkcs8
/
CMakeLists.txt
blob: 5c06fb8dee6cca122b60029aae5b000d007b9020 [
file
] [
log
] [
blame
] [
edit
]
include_directories(. .. ../../include)
add_library(
pkcs8
OBJECT
pkcs8.c
p8_pkey.c
p5_pbe.c
p5_pbev2.c
)
add_executable(
pkcs12_test
pkcs12_test.c
)
target_link_libraries(pkcs12_test crypto)