From 28bbd565917d59b20458e5de783096bc332c1965 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Sat, 22 Oct 2016 18:15:51 +0200 Subject: Add SBC decoding support to Windows Change-Id: Ibef872dff26c22e2834e958c496c33a5695bb131 Reviewed-on: https://code.wireshark.org/review/18394 Reviewed-by: Pascal Quantin Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d050a51861..5438b8e7c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1586,6 +1586,13 @@ if(WIN32) "${_dll_output_dir}" ) endif(NGHTTP2_FOUND) + if (SBC_FOUND) + add_custom_command(TARGET copy_cli_dlls PRE_BUILD + COMMAND ${CMAKE_COMMAND} -E copy_if_different + "${SBC_DLL_DIR}/${SBC_DLL}" + "${_dll_output_dir}" + ) + endif(SBC_FOUND) if (SMI_FOUND) # Wireshark.nsi wants SMI_DIR which is the base SMI directory get_filename_component(SMI_DIR ${SMI_DLL_DIR} DIRECTORY) -- cgit v1.2.1