Wireshark-commits: [Wireshark-commits] master 2cae320: CMake: Build a complete application bundle o
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 1 Feb 2015 22:51:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2cae3201b7353ebef07cb8b07e8efd7c4bcb1842
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2cae320 by Gerald Combs (gerald@xxxxxxxx):

    CMake: Build a complete application bundle on OS X.
    
    Run osx-app.sh by default on OS X. Aside from giving us a fully portable
    application bundle after building this should let us clear our library
    path at startup should the need arise. Change the name of the osx-app
    target to app_bundle.
    
    Search ../Frameworks before ../lib. Create PkgInfo at configure time
    instead of compile time. Build our program list as we go.
    
    Change-Id: If5511ee921108b1c079cef67026eac9e47211be1
    Reviewed-on: https://code.wireshark.org/review/6896
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  3947091   Fix a typo.
    adds  2cae320   CMake: Build a complete application bundle on OS X.


Summary of changes:
 CMakeLists.txt |   30 ++++++++++++++++++------------
 1 file changed, 18 insertions(+), 12 deletions(-)