11 lines
310 B
PkgConfig
11 lines
310 B
PkgConfig
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
exec_prefix=${prefix}
|
||
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
||
|
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
|
||
|
|
||
|
Name: olm
|
||
|
Description: implementation of the Double Ratchet cryptographic ratchet in C++
|
||
|
Version: @PROJECT_VERSION@
|
||
|
Cflags: -I${includedir}
|
||
|
Libs: -L${libdir} -lolm
|