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@
exec_prefix=${prefix}
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
Name: olm
Description: implementation of the Double Ratchet cryptographic ratchet in C++