2017-04-23 08:01:40 +00:00
|
|
|
include(PkgConfigWithFallback)
|
|
|
|
find_pkg_config_with_fallback(SignalProtocol
|
2020-01-21 20:30:21 +00:00
|
|
|
PKG_CONFIG_NAME libsignal-protocol-c
|
2017-04-23 08:01:40 +00:00
|
|
|
LIB_NAMES signal-protocol-c
|
|
|
|
INCLUDE_NAMES signal/signal_protocol.h
|
|
|
|
)
|
|
|
|
|
|
|
|
include(FindPackageHandleStandardArgs)
|
|
|
|
find_package_handle_standard_args(SignalProtocol
|
2020-01-21 20:30:21 +00:00
|
|
|
REQUIRED_VARS SignalProtocol_LIBRARY
|
|
|
|
VERSION_VAR SignalProtocol_VERSION)
|