aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/CMakeListsCustom.example.txt
blob: b6fd7eb142bfe72500ca3ac995587da281c3f79d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
)