Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / epan / dissectors / asn1 / ros / CMakeLists.txt
blob0223f41e2498d0ea2481c4c029da0b0358627194
1 # CMakeLists.txt
3 # Wireshark - Network traffic analyzer
4 # By Gerald Combs <gerald@wireshark.org>
5 # Copyright 1998 Gerald Combs
7 # SPDX-License-Identifier: GPL-2.0-or-later
10 set( PROTOCOL_NAME ros )
12 set( PROTO_OPT )
14 set( EXPORT_FILES
15         ${PROTOCOL_NAME}-exp.cnf
18 set( EXT_ASN_FILE_LIST
21 set( ASN_FILE_LIST
22         ${PROTOCOL_NAME}.asn
23         Remote-Operations-Information-Objects.asn
26 set( EXTRA_DIST
27         ${ASN_FILE_LIST}
28         packet-${PROTOCOL_NAME}-template.c
29         packet-${PROTOCOL_NAME}-template.h
30         ${PROTOCOL_NAME}.cnf
31         Remote-Operations-Generic-ROS-PDUs.asn
32         Remote-Operations-Information-Objects.asn
33         Remote-Operations-Useful-Definitions.asn
34         ros-err.cnf
35         ros-inv.cnf
36         ros-rej.cnf
37         ros-res.cnf
40 set( SRC_FILES
41         ${EXTRA_DIST}
42         ${EXT_ASN_FILE_LIST}
45 set( A2W_FLAGS -b )
47 ASN2WRS()