Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / CMakeListsCustom.txt.example
blobd020b1b111a0139bf3ed1b07ebfedf05cb70a6d7
1 # CMakeListsCustom.txt
3 # Wireshark - Network traffic analyzer
4 # By Gerald Combs <gerald@wireshark.org>
5 # Copyright 1998 Gerald Combs
7 # SPDX-License-Identifier: GPL-2.0-or-later
9 # You can add custom GUI files here by replacing the commented out file foo with your file.
11 #Add GUI source files here
12 set(WIRESHARK_CUSTOM_QT_HEADERS
13 #       foo.h
16 set(WIRESHARK_CUSTOM_QT_SRCS
17 #       foo.c
20 #Add your tap source files here:
21 set(WIRESHARK_CUSTOM_TAP_SRC
22 #       tap_foo.c