summaryrefslogtreecommitdiffstats
path: root/src/crypto/asn1/CMakeLists.txt
blob: 41e31224030bc7d30689521b387e259734ddc3a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
include_directories(../../include)

add_library(
  asn1

  OBJECT

  a_bitstr.c
  a_bool.c
  a_bytes.c
  a_d2i_fp.c
  a_dup.c
  a_enum.c
  a_gentm.c
  a_i2d_fp.c
  a_int.c
  a_mbstr.c
  a_object.c
  a_octet.c
  a_print.c
  a_strnid.c
  a_time.c
  a_type.c
  a_utctm.c
  a_utf8.c
  asn1_lib.c
  asn1_par.c
  asn_pack.c
  bio_asn1.c
  bio_ndef.c
  f_enum.c
  f_int.c
  f_string.c
  t_bitst.c
  t_pkey.c
  tasn_dec.c
  tasn_enc.c
  tasn_fre.c
  tasn_new.c
  tasn_prn.c
  tasn_typ.c
  tasn_utl.c
  x_bignum.c
  x_long.c
)