2021-02-22 22:34:42 +01:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
exec_prefix=${prefix}
|
2022-10-07 04:22:56 +02:00
|
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
2021-02-22 22:34:42 +01:00
|
|
|
|
|
|
|
Name: olm
|
|
|
|
Description: implementation of the Double Ratchet cryptographic ratchet in C++
|
|
|
|
Version: @PROJECT_VERSION@
|
|
|
|
Cflags: -I${includedir}
|
|
|
|
Libs: -L${libdir} -lolm
|