wireshark/epan/crypt/CMakeListsCustom.txt.example
2020-09-20 15:07:21 -07:00

14 lines
304 B
Text

# 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 replacing foo with your dissectors name.
set(CUSTOM_CRYPT_SRC
# foo.c
)