pkgconfig improvements
This commit is contained in:
parent
464e193dad
commit
21e84095e6
1 changed files with 2 additions and 2 deletions
|
@ -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++
|
||||
|
|
Loading…
Reference in a new issue