URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7abb10341b24bb5c139f8470f9456d97404562d2
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
7abb103 by Gerald Combs (gerald@xxxxxxxxxxxxx):
CMake: Copy data files to the run directory.
Set DATAFILE_DIR to a value that includes the build configuration. Add a
copy_data_files target that copies AUTHORS-SHORT, the default filters,
and other support files to the run directory. Add FindPowerShell.cmake
and require it on Windows. Remove some OS X BUNDLE_RESOURCE_
declarations which are now covered by copy_data_files.
Change-Id: Iade74946dd5ed2c54239036aa4970f9ffc4681a4
Reviewed-on: https://code.wireshark.org/review/6561
Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Petri-Dish: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 24954d6 proto.c: Update some comments to reflect reality
adds 7abb103 CMake: Copy data files to the run directory.
Summary of changes:
CMakeLists.txt | 203 +++++++++++++++++++++++++++++-------
cmake/modules/FindPowerShell.cmake | 27 +++++
2 files changed, 191 insertions(+), 39 deletions(-)
create mode 100644 cmake/modules/FindPowerShell.cmake