pkgconfig improvements

rav/simpler_megolm
Hubert Chathi 2022-10-06 22:22:56 -04:00
parent 464e193dad
commit 21e84095e6
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
prefix=@CMAKE_INSTALL_PREFIX@ prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix} exec_prefix=${prefix}
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@ libdir=@CMAKE_INSTALL_FULL_LIBDIR@
Name: olm Name: olm
Description: implementation of the Double Ratchet cryptographic ratchet in C++ Description: implementation of the Double Ratchet cryptographic ratchet in C++