Home | History | Annotate | Download | only in pem
      1 include_directories(../../include)
      2 
      3 add_library(
      4   pem
      5 
      6   OBJECT
      7 
      8   pem_all.c
      9   pem_info.c
     10   pem_lib.c
     11   pem_oth.c
     12   pem_pk8.c
     13   pem_pkey.c
     14   pem_x509.c
     15   pem_xaux.c
     16 )
     17