From 369c7b75ee8e8bdced8f948318e20751c3a28637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Tue, 7 May 2013 04:40:37 +0000 Subject: Allow generating some more dissectors with cmake. svn path=/trunk/; revision=49196 --- asn1/ros/CMakeLists.txt | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'asn1/ros') diff --git a/asn1/ros/CMakeLists.txt b/asn1/ros/CMakeLists.txt index 1fc4448aed..5324f79cd9 100644 --- a/asn1/ros/CMakeLists.txt +++ b/asn1/ros/CMakeLists.txt @@ -21,3 +21,45 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # +set( PROTOCOL_NAME ros ) + +set( PROTO_OPT ) + +set( EXPORT_FILES + ${PROTOCOL_NAME}-exp.cnf +) + +set( EXT_ASN_FILE_LIST +) + +set( ASN_FILE_LIST + ${PROTOCOL_NAME}.asn + Remote-Operations-Information-Objects.asn +) + +set( EXTRA_DIST + ${ASN_FILE_LIST} + packet-${PROTOCOL_NAME}-template.c + packet-${PROTOCOL_NAME}-template.h + ${PROTOCOL_NAME}.cnf + Remote-Operations-Generic-ROS-PDUs.asn + Remote-Operations-Information-Objects.asn + Remote-Operations-Useful-Definitions.asn + ros-err.cnf + ros-inv.cnf + ros-rej.cnf + ros-res.cnf +) + +set( SRC_FILES + ${EXTRA_DIST} + ${EXT_ASN_FILE_LIST} +) + +set( A2W_FLAGS -b ) + +set( EXTRA_CNF +) + +ASN2WRS() + -- cgit v1.2.3