wireshark/extcap
David Kreitschmann 11ba10dd4b Fix build paths for cmake's Xcode project generator on macOS.
Multi-configuration generators (such as Xcode or VS) append the current build configuration to most paths (eg. Debug/Release). Currently this results in inconsistent paths for the application bundle and the included command line tools. This commit sets the correct path information for multi-configuration generators for macOS application bundles. The standard Makefile behaviour is untouched.

One Windows specific configuration was changed, as it was conflicting with these changes. This needs to be checked before merging.

Additionally the wrapper scripts are omitted for Xcode, as the path to the binaries depends on the configuration chosen in Xcode. Therefore it is not viable to create these scripts in the cmake run.

Bug: 11816

Change-Id: Ib43d82eb04600a0e2f2b020afb44b579ffc7a7c9
Reviewed-on: https://code.wireshark.org/review/28291
Petri-Dish: Guy Harris <guy@alum.mit.edu>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-06-21 03:33:03 +00:00
..
.editorconfig Move extcap EditorConfig settings to source dir 2016-03-23 00:24:52 +00:00
CMakeLists.txt Fix build paths for cmake's Xcode project generator on macOS. 2018-06-21 03:33:03 +00:00
androiddump.c androiddump: Fix tcpdump encap type when libwiretap is used 2018-05-24 07:55:00 +00:00
ciscodump.c ciscodump: check return value of libpcap_write_packet (CID: 1435606). 2018-05-26 05:51:31 +00:00
dpauxmon.c make our version of nla_for_each_nested() public 2018-05-23 13:18:00 +00:00
dpauxmon_user.h extcap: Support for DisplayPort AUX channel monitors 2018-05-14 10:44:37 +00:00
extcap-base.c sshdump/ciscodump: use groups in config. 2018-05-08 14:06:22 +00:00
extcap-base.h extcap: Tell utilities the wireshark version 2018-04-05 08:40:04 +00:00
randpktdump.c randpktdump: use boolflag instead of boolean in config. 2018-05-18 05:48:58 +00:00
ssh-base.c replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
ssh-base.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
sshdump.c sshdump/ciscodump: use groups in config. 2018-05-08 14:06:22 +00:00
udpdump.c udpdump: add error message from libwritecap. 2018-05-26 05:52:28 +00:00