aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cdt
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/cdt')
-rw-r--r--asn1/cdt/CMakeLists.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/asn1/cdt/CMakeLists.txt b/asn1/cdt/CMakeLists.txt
index 1fc4448aed..8e4aff8fff 100644
--- a/asn1/cdt/CMakeLists.txt
+++ b/asn1/cdt/CMakeLists.txt
@@ -21,3 +21,30 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
+set( PROTOCOL_NAME cdt )
+
+set( PROTO_OPT )
+
+set( EXT_ASN_FILE_LIST
+)
+
+set( ASN_FILE_LIST
+ ${PROTOCOL_NAME}.asn
+)
+
+set( EXTRA_DIST
+ ${ASN_FILE_LIST}
+ packet-${PROTOCOL_NAME}-template.c
+ packet-${PROTOCOL_NAME}-template.h
+ ${PROTOCOL_NAME}.cnf
+)
+
+set( SRC_FILES
+ ${EXTRA_DIST}
+ ${EXT_ASN_FILE_LIST}
+)
+
+set( A2W_FLAGS -b )
+
+ASN2WRS()
+