Wireshark-commits: [Wireshark-commits] master 86fde78: CMake: Copy wireshark-gtk dependent DLLs to

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 14 Jan 2015 17:32:20 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=86fde7857f30d4fe1300047b5a12a8d656b46e7f
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

86fde78 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    CMake: Copy wireshark-gtk dependent DLLs to the target directory.
    
    Add a "copy_gtk_dlls" target similar to "copy_cli_dlls".
    
    Change-Id: Id1df1d0ec00c46fccec90c4b8c0c8a2d2a14766a
    Reviewed-on: https://code.wireshark.org/review/6527
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  20e2c05   [E212]Modify dissect_e212_mcc_mnc() to take E212 number type as an argument. While at it remove deprecated APIs
    adds  86fde78   CMake: Copy wireshark-gtk dependent DLLs to the target directory.


Summary of changes:
 CMakeLists.txt               |   70 ++++++++++++++++++++++++++++++++++++++++++
 cmake/modules/FindGTK2.cmake |   58 +++++++++++++++++++++++++++++++++-
 cmake/modules/FindGTK3.cmake |   42 ++++++++++++++++++++++++-
 3 files changed, 168 insertions(+), 2 deletions(-)