/usr/lib/x86_64-linux-gnu/wireshark/WiresharkConfig.cmake is in wireshark-dev 2.4.5-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | set(Wireshark_MAJOR_VERSION "2" )
set(Wireshark_MINOR_VERSION "4" )
set(Wireshark_PATCH_VERSION "5" )
set(Wireshark_VERSION 2.4.5)
set(Wireshark_VERSION_STRING "2.4.5")
set(Wireshark_INSTALL_DIR "/usr")
set(Wireshark_PLUGIN_INSTALL_DIR "/usr/lib/x86_64-linux-gnu/wireshark/plugins/2.4.5")
set(Wireshark_LIB_DIR "/usr/lib/x86_64-linux-gnu")
set(Wireshark_INCLUDE_DIR "/usr/include/wireshark")
set(Wireshark_CMAKE_MODULES_DIR "/usr/lib/x86_64-linux-gnu/wireshark")
find_library( Wireshark_LIBRARY
NAMES
wireshark
libwireshark
HINTS
${Wireshark_LIB_DIR}
PATHS
/opt/lib/
/usr/lib64
/usr/lib
)
|