Wireshark-commits: [Wireshark-commits] master ce68707: Add cmake helper files for finding wireshark
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ce687075f04a950f8fd95d6b517c11eb2ee9fa62
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ce68707 by Maarten Bezemer (maarten.bezemer@xxxxxxxxx):
Add cmake helper files for finding wireshark
These files make it possible to use the cmake command find_package(Wirehark) to obtain information about the wireshark installation.
Change-Id: I5af7c4e7b53b99cd473e04905a92bac267cd9b83
Reviewed-on: https://code.wireshark.org/review/5235
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from ec28d87 Riemann: attach metric_d field to parent event
adds ce68707 Add cmake helper files for finding wireshark
Summary of changes:
CMakeLists.txt | 12 ++++++++++++
cmake/modules/FindWireshark.cmake | 25 +++++++++++++++++++++++++
cmake/modules/WiresharkConfig.cmake.in | 12 ++++++++++++
cmake/modules/WiresharkConfigVersion.cmake.in | 10 ++++++++++
debian/wireshark-dev.install | 1 +
5 files changed, 60 insertions(+)
create mode 100644 cmake/modules/FindWireshark.cmake
create mode 100644 cmake/modules/WiresharkConfig.cmake.in
create mode 100644 cmake/modules/WiresharkConfigVersion.cmake.in