Remove GTK+ and PortAudio from Autotools.
[metze/wireshark/wip.git] / CMakeListsCustom.txt.example
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 # Add a list of your custom plugins SRC dir here including the path
10 #
11
12 set(CUSTOM_PLUGIN_SRC_DIR
13 #       private_plugins/foo
14 # or
15 #       plugins/foo
16 )
17
18 #
19 # Editor modelines  -  http://www.wireshark.org/tools/modelines.html
20 #
21 # Local variables:
22 # c-basic-offset: 8
23 # tab-width: 8
24 # indent-tabs-mode: t
25 # End:
26 #
27 # vi: set shiftwidth=8 tabstop=8 noexpandtab:
28 # :indentSize=8:tabSize=8:noTabs=false:
29 #