mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-02 22:14:15 +00:00
10 lines
No EOL
321 B
CMake
10 lines
No EOL
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) |