MSWSP: use GuidPropertySet_find_guid() in parse_CFullPropSpec()
[wireshark-wip.git] / asn1 / CMakeLists.txt
blob8a519a9508c5ab0a0ac9fc9d2d75562d1ab4099b
1 # CMakeLists.txt
3 # $Id$
5 # Wireshark - Network traffic analyzer
6 # By Gerald Combs <gerald@wireshark.org>
7 # Copyright 1998 Gerald Combs
9 # This program is free software; you can redistribute it and/or
10 # modify it under the terms of the GNU General Public License
11 # as published by the Free Software Foundation; either version 2
12 # of the License, or (at your option) any later version.
14 # This program is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 # GNU General Public License for more details.
19 # You should have received a copy of the GNU General Public License
20 # along with this program; if not, write to the Free Software
21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
25 set(ASN1_SRC_DIRS
26         HI2Operations
27         acp133
28         acse
29         ansi_map
30         ansi_tcap
31         atn-cm
32         atn-cpdlc
33         atn-ulcs
34         c1222
35         camel
36         cdt
37         charging_ase
38         cmip
39         cmp
40         cms
41         credssp
42         crmf
43         dap
44         disp
45         dop
46         dsp
47         ess
48         ftam
49         gnm
50         goose
51         gprscdr
52         gsm_map
53         h225
54         h235
55         h245
56         h248
57         h282
58         h283
59         h323
60         h450
61         h450-ros
62         h460
63         h501
64         hnbap
65         idmp
66         ilp
67         inap
68         isdn-sup
69         lcsap
70         ldap
71         logotypecertextn
72         lpp
73         lppa
74         lppe
75         lte-rrc
76         m3ap
77         mms
78         mpeg-audio
79         mpeg-pes
80         nbap
81         ns_cert_exts
82         ocsp
83         p1
84         p22
85         p7
86         p772
87         pcap
88         pkcs1
89         pkcs12
90         pkinit
91         pkix1explicit
92         pkix1implicit
93         pkixac
94         pkixproxy
95         pkixqualified
96         pkixtsp
97         pres
98         q932
99         q932-ros
100         qsig
101         ranap
102         rnsap
103         ros
104         rrc
105         rrlp
106         rtse
107         rua
108         s1ap
109         sabp
110         sbc-ap
111         smrse
112         snmp
113         spnego
114         sv
115         t124
116         t125
117         t38
118         tcap
119         tetra
120         ulp
121         wlancertextn
122         x2ap
123         x509af
124         x509ce
125         x509if
126         x509sat
129 set( BROKEN_ASN1_SRC_DIRS
130         # Kerberos is a handwritten dissector, don't replace
131         kerberos
132         # x721 does not build
133         x721
136 foreach(ASN1_DIR ${ASN1_SRC_DIRS})
137         add_subdirectory( ${ASN1_DIR} )
138 endforeach()