Sign in
boringssl
/
boringssl.git
/
6c22f542f42eccb0de7f43edf27aa1255c7be7e2
/
.
/
crypto
/
pem
/
CMakeLists.txt
blob: 30dd7c92a7103bf37eb8d8481816dde97deed4c7 [
file
]
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
)