From 82e2ad37a05d4f6ec125ffadbd00295283b355a7 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Mon, 24 Jul 2017 17:47:18 +0200 Subject: cmake: add a group target for all extcaps. Change-Id: Ic97a96261056fd639c968eb29026d67636bad741 Reviewed-on: https://code.wireshark.org/review/22777 Petri-Dish: Dario Lombardo Tested-by: Dario Lombardo Tested-by: Petri Dish Buildbot Reviewed-by: Dario Lombardo --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 9840e97d9d..e52aa8569b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3082,6 +3082,8 @@ if (NOT "${SHELLCHECK_EXECUTABLE}" STREQUAL "SHELLCHECK_EXECUTABLE-NOTFOUND") ) endif() +add_custom_target(extcaps) +add_dependencies(extcaps sshdump ciscodump udpdump randpktdump androiddump) # # Editor modelines - http://www.wireshark.org/tools/modelines.html -- cgit v1.2.3