forked from osmocom/wireshark
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
870 B
22 lines
870 B
set(Wireshark_MAJOR_VERSION @PROJECT_MAJOR_VERSION@)
|
|
set(Wireshark_MINOR_VERSION @PROJECT_MINOR_VERSION@)
|
|
set(Wireshark_PATCH_VERSION @PROJECT_PATCH_VERSION@)
|
|
set(Wireshark_VERSION "@PROJECT_VERSION@")
|
|
|
|
set(Wireshark_PLUGINS_ENABLED @HAVE_PLUGINS@)
|
|
set(Wireshark_PLUGIN_LIBDIR "@PLUGIN_INSTALL_VERSION_LIBDIR@")
|
|
|
|
@PACKAGE_INIT@
|
|
|
|
set_and_check(Wireshark_INSTALL_PREFIX "${PACKAGE_PREFIX_DIR}")
|
|
set_and_check(Wireshark_LIB_DIR "@PACKAGE_CMAKE_INSTALL_LIBDIR@")
|
|
set_and_check(Wireshark_INCLUDE_DIR "@PACKAGE_CMAKE_INSTALL_INCLUDEDIR@/wireshark")
|
|
if(Wireshark_PLUGINS_ENABLED)
|
|
set_and_check(Wireshark_PLUGIN_INSTALL_DIR "@PACKAGE_PLUGIN_INSTALL_VERSION_LIBDIR@")
|
|
endif()
|
|
set_and_check(Wireshark_EXTCAP_INSTALL_DIR "@PACKAGE_EXTCAP_INSTALL_LIBDIR@")
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/WiresharkTargets.cmake")
|
|
|
|
check_required_components(Wireshark)
|