aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/CMakeLists.txt
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2023-11-01 22:40:58 -0400
committerJohn Thacker <johnthacker@gmail.com>2023-11-07 13:48:02 +0000
commitb5644e111a28a74d6918e5ab144268a388820d6f (patch)
tree863825e1b4b98c061a14c24ddcce9bf2ee188b48 /wiretap/CMakeLists.txt
parent40219156f98c8ce8d86728c3b8a1c6b8b7ef8d59 (diff)
Qt: Add DSBs info to capture file properties
Add the type and size of each DSB to the Capture File Properties window. Related to #14599, #15799.
Diffstat (limited to 'wiretap/CMakeLists.txt')
-rw-r--r--wiretap/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/CMakeLists.txt b/wiretap/CMakeLists.txt
index ff4b77ffe0..c6f1ed9bc8 100644
--- a/wiretap/CMakeLists.txt
+++ b/wiretap/CMakeLists.txt
@@ -119,6 +119,7 @@ set(WIRETAP_NONGENERATED_C_FILES
${CMAKE_CURRENT_SOURCE_DIR}/file_access.c
${CMAKE_CURRENT_SOURCE_DIR}/file_wrappers.c
${CMAKE_CURRENT_SOURCE_DIR}/merge.c
+ ${CMAKE_CURRENT_SOURCE_DIR}/secrets-types.c
${CMAKE_CURRENT_SOURCE_DIR}/wtap.c
${CMAKE_CURRENT_SOURCE_DIR}/wtap_opttypes.c
)