Wireshark-commits: [Wireshark-commits] master 495740f: CMake: Initial PortableApps targets.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 14 Apr 2015 19:11:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=495740f801ccb4ce73f517a3a99ba8dacdba744c
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

495740f by Gerald Combs (gerald@xxxxxxxxxxxxx):

    CMake: Initial PortableApps targets.
    
    Add portableapps_app_dir and portableapps_package targets.
    
    Change-Id: Ifea3d952eef0e267de6364999d45807236d99102
    Reviewed-on: https://code.wireshark.org/review/8025
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  1404605   Start moving win-setup to PowerShell.
    adds  495740f   CMake: Initial PortableApps targets.


Summary of changes:
 CMakeLists.txt                                  |   10 ++
 cmake/modules/FindPortableApps.cmake            |   26 +++++
 packaging/nsis/CMakeLists.txt                   |   15 ++-
 packaging/portableapps/CMakeLists.txt           |  116 +++++++++++++++++++++++
 packaging/portableapps/Makefile.nmake           |   13 +--
 packaging/portableapps/appinfo.tmpl             |    4 +-
 packaging/portableapps/xcopy-deploy-exclude.txt |    2 +
 7 files changed, 169 insertions(+), 17 deletions(-)
 create mode 100644 cmake/modules/FindPortableApps.cmake
 create mode 100644 packaging/portableapps/CMakeLists.txt
 create mode 100644 packaging/portableapps/xcopy-deploy-exclude.txt