aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/CMakeLists.txt
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2019-11-22 22:27:13 +0100
committerHarald Welte <laforge@osmocom.org>2023-03-11 14:36:51 +0100
commit1ba3d0f25c807ae1994a2f60b2a643b96a75d220 (patch)
tree3717178d3619101192cbb8e6d8c309db2737a2c5 /epan/dissectors/CMakeLists.txt
parent88782ea4315462d0bf4228ed5bec1ecf76abbcae (diff)
WIP: dissector for vsmartcard protocollaforge/rspro
Diffstat (limited to 'epan/dissectors/CMakeLists.txt')
-rw-r--r--epan/dissectors/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/CMakeLists.txt b/epan/dissectors/CMakeLists.txt
index f2590b8f62..5b814e8fea 100644
--- a/epan/dissectors/CMakeLists.txt
+++ b/epan/dissectors/CMakeLists.txt
@@ -2007,6 +2007,7 @@ set(DISSECTOR_SRC
${CMAKE_CURRENT_SOURCE_DIR}/packet-vrrp.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-vrt.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-vsip.c
+ ${CMAKE_CURRENT_SOURCE_DIR}/packet-vsmartcard.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-vsock.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-vssmonitoring.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-vtp.c