diff options
author | Tero Kivinen <kivinen@iki.fi> | 2018-11-18 00:34:33 +0200 |
---|---|---|
committer | Tero Kivinen <kivinen@iki.fi> | 2018-11-18 00:34:33 +0200 |
commit | 8030a66cdcbf81c88cbb7c38ef7a334e9f1941cd (patch) | |
tree | c003cb919952ed210a66a7b7513984e2a392c23e /CMakeLists.txt | |
parent | 407fe834e6ed12ed0002705d4faca912104a43ed (diff) | |
download | tcpdump-8030a66cdcbf81c88cbb7c38ef7a334e9f1941cd.tar.gz |
Fixed some warnings, added print-zep.c to CMakeLists
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 79930841..3154229b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1054,6 +1054,7 @@ set(NETDISSECT_SOURCE_LIST_C print-vxlan.c print-vxlan-gpe.c print-wb.c + print-zep.c print-zephyr.c print-zeromq.c ${LOCALSRC} |