wireshark/epan/dissectors/asn1/CMakeListsCustom.example.txt

15 lines
274 B
Plaintext

# CMakeListsCustom.example.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Add a list of your custom asn1 dissectors here
#
set(CUSTOM_ASN1_SRC_DIR
foo
)