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