Sign in
boringssl
/
boringssl
/
b180ee98a60149dd3fd07cce4e834494c9d5b31c
/
.
/
crypto
/
pem
/
CMakeLists.txt
blob: 720ba2ff1bf709e6972b345b7278a1d9d81ac117 [
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
)