1# CMakeListsCustom.txt
2#
3# Wireshark - Network traffic analyzer
4# By Gerald Combs <gerald@wireshark.org>
5# Copyright 1998 Gerald Combs
6#
7# SPDX-License-Identifier: GPL-2.0-or-later
8#
9# You can add custom builtin dissectors here by replacing foo with your dissectors name.
10
11set(CUSTOM_CRYPT_SRC
12#	foo.c
13)
14