Home | History | Annotate | Download | only in dh
      1 include_directories(../../include)
      2 
      3 add_library(
      4   dh
      5 
      6   OBJECT
      7 
      8   dh.c
      9   params.c
     10   check.c
     11   dh_asn1.c
     12 )
     13