1include_directories(. .. ../../include) 2 3add_library( 4 asn1 5 6 OBJECT 7 8 a_bitstr.c 9 a_bool.c 10 a_bytes.c 11 a_d2i_fp.c 12 a_dup.c 13 a_enum.c 14 a_gentm.c 15 a_i2d_fp.c 16 a_int.c 17 a_mbstr.c 18 a_object.c 19 a_octet.c 20 a_print.c 21 a_strnid.c 22 a_time.c 23 a_type.c 24 a_utctm.c 25 a_utf8.c 26 asn1_lib.c 27 asn1_par.c 28 asn_pack.c 29 bio_asn1.c 30 bio_ndef.c 31 f_enum.c 32 f_int.c 33 f_string.c 34 t_bitst.c 35 t_pkey.c 36 tasn_dec.c 37 tasn_enc.c 38 tasn_fre.c 39 tasn_new.c 40 tasn_prn.c 41 tasn_typ.c 42 tasn_utl.c 43 x_bignum.c 44 x_long.c 45) 46