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@
|
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++
|
||||||
|
|
Loading…
Reference in a new issue