OS X: Integrate CMake and osx-app.sh
authorGerald Combs <gerald@wireshark.org>
Thu, 23 Oct 2014 15:41:39 +0000 (08:41 -0700)
committerGerald Combs <gerald@wireshark.org>
Thu, 23 Oct 2014 15:52:53 +0000 (15:52 +0000)
commitd2bb61a3a9ff29826aa332b7e4ee484f3a4746d9
tree0f84a993eda44196d9ba2df4f48cdb0c0d9898a2
parent97a920cb21c0617f78a03c33510594e9904fd052
OS X: Integrate CMake and osx-app.sh

Add a -cb/--create-bundle option to osx-app.sh which builds the
application bundle. Use it in Autotools. (CMake does this by default.)

Copy over linker flags from configure.ac to CMakeLists.txt to support
rpathification and code signing.

Add an osx-app custom target to CMake.

Change-Id: I6c20a1c27f8954aaea62904b7425b9312d994803
Reviewed-on: https://code.wireshark.org/review/4918
Reviewed-by: Gerald Combs <gerald@wireshark.org>
CMakeLists.txt
Makefile.am
packaging/macosx/osx-app.sh