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 ADD_CUSTOM_CMAKE_INCLUDE()
138 ${CUSTOM_ASN1_SRC_DIR}
141 set( BROKEN_ASN1_SRC_DIRS
142 # x721 does not build
147 foreach(ASN1_DIR ${ASN1_SRC_DIRS})
148 add_subdirectory( ${ASN1_DIR} )
149 list(APPEND _asn1_deps ${ASN1_DIR}/generate_dissector-${ASN1_DIR})
152 # Target to regenerate all outdated ASN.1 dissectors
153 add_custom_target(asn1 DEPENDS ${_asn1_deps})