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