URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a988253fef15e6a0ddd05b0fb06e18ccde00082b
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a988253 by Gerald Combs (gerald@xxxxxxxxxxxxx):
CMake: Copy libwireshark dependent DLLs to the target directory.
Add a "copy_cli_dlls" target which copies the DLLs required to run our
command line programs to the run directory.
Fix the spelling of "KERBEROS". Start filling in variables so that we
can populate config.nsh.
Change-Id: I9b3ed912dfbffecbf09f2893efa2c9d82e709521
Reviewed-on: https://code.wireshark.org/review/6513
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 42e4040 [GPRS CDR]Fix faulty ASN1 modification Should be: egsnPDPRecord [70] EGSNPDPRecordV750
adds a988253 CMake: Copy libwireshark dependent DLLs to the target directory.
Summary of changes:
CMakeLists.txt | 128 ++++++++++++++++++++++++++++++++++++
cmake/modules/FindAIRPCAP.cmake | 19 ++++++
cmake/modules/FindCARES.cmake | 19 +++++-
cmake/modules/FindGCRYPT.cmake | 29 ++++++--
cmake/modules/FindGEOIP.cmake | 17 +++++
cmake/modules/FindGLIB2.cmake | 37 ++++++++---
cmake/modules/FindGNUTLS.cmake | 24 +++++++
cmake/modules/FindKERBEROS.cmake | 27 ++++++--
cmake/modules/FindLUA.cmake | 24 +++++--
cmake/modules/FindSMI.cmake | 24 ++++++-
cmake/modules/FindWinSparkle.cmake | 19 +++++-
cmake/modules/FindZLIB.cmake | 23 ++++++-
cmake/modules/UseABICheck.cmake | 3 +-
13 files changed, 363 insertions(+), 30 deletions(-)