wireshark/ui/qt/CMakeListsCustom.txt.example
Dario Lombardo fe71e26af2 spdx: more licenses converted.
Change-Id: I3861061ec261e63b23621799e020e811ed78a343
Reviewed-on: https://code.wireshark.org/review/26333
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-03-07 15:56:44 +00:00

24 lines
462 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 GUI files here by replacing the commented out file foo with your file.
#Add GUI source files here
set(WIRESHARK_CUSTOM_QT_HEADERS
# foo.h
)
set(WIRESHARK_CUSTOM_QT_SRCS
# foo.c
)
#Add your tap source files here:
set(WIRESHARK_CUSTOM_TAP_SRC
# tap_foo.c
)