mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-04 23:07:45 +00:00
10 lines
321 B
CMake
10 lines
321 B
CMake
|
include(PkgConfigWithFallback)
|
||
|
find_pkg_config_with_fallback(SignalProtocol
|
||
|
PKG_CONFIG_NAME signal-protocol-c
|
||
|
LIB_NAMES signal-protocol-c
|
||
|
INCLUDE_NAMES signal/signal_protocol.h
|
||
|
)
|
||
|
|
||
|
include(FindPackageHandleStandardArgs)
|
||
|
find_package_handle_standard_args(SignalProtocol
|
||
|
REQUIRED_VARS SignalProtocol_LIBRARY)
|