Sign in
boringssl
/
boringssl.git
/
37a623cf2932b8e7de6c6d58d1a6ce81c4b9f56e
/
.
/
crypto
/
pem
/
CMakeLists.txt
blob: a24d3306e59e247dba1d9797c7f5f8cec868c921 [
file
] [
log
] [
blame
]
include_directories(. .. ../../include)
add_library(
pem
OBJECT
pem_all.c
pem_error.c
pem_info.c
pem_lib.c
pem_oth.c
pem_pk8.c
pem_pkey.c
pem_x509.c
pem_xaux.c
)