aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt/CMakeListsCustom.txt.example
blob: 5f7312231292991e9584f527cb5aa401271cf143 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# CMakeListsCustom.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
# You can add custom builtin dissectors here by replaceing foo with your dissectors name.

set(CUSTOM_CRYPT_SRC
#	foo.c
)