Home | History | Annotate | Download | only in bytestring
      1 include_directories(../../include)
      2 
      3 add_library(
      4   bytestring
      5 
      6   OBJECT
      7 
      8   asn1_compat.c
      9   ber.c
     10   cbs.c
     11   cbb.c
     12 )
     13