Sign in
boringssl
/
boringssl
/
34a2c5e47679626ed1b634f7df6468e7d3ae5d94
/
.
/
crypto
/
pem
/
CMakeLists.txt
blob: 30dd7c92a7103bf37eb8d8481816dde97deed4c7 [
file
] [
log
] [
blame
]
include_directories(../../include)
add_library(
pem
OBJECT
pem_all.c
pem_info.c
pem_lib.c
pem_oth.c
pem_pk8.c
pem_pkey.c
pem_x509.c
pem_xaux.c
)