diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:32:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:32:49 +0000 |
commit | 8053187731ae8e3eb368d8360989cf5fd6eed9f7 (patch) | |
tree | 32bada84ff5d7460cdf3934fcbdbe770d6afe4cd /cmake/librnp.pc.in | |
parent | Initial commit. (diff) | |
download | rnp-8053187731ae8e3eb368d8360989cf5fd6eed9f7.tar.xz rnp-8053187731ae8e3eb368d8360989cf5fd6eed9f7.zip |
Adding upstream version 0.17.0.upstream/0.17.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'cmake/librnp.pc.in')
-rw-r--r-- | cmake/librnp.pc.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cmake/librnp.pc.in b/cmake/librnp.pc.in new file mode 100644 index 0000000..2eb84bf --- /dev/null +++ b/cmake/librnp.pc.in @@ -0,0 +1,13 @@ +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=@PKGCONFIG_LIBDIR@ +includedir=@PKGCONFIG_INCLUDEDIR@ + +Name: rnp +Description: @PACKAGE_DESCRIPTION_SHORT@ +Version: @PROJECT_VERSION@ + +Libs: -L${libdir} -l@LIBRNP_OUTPUT_NAME@ +Libs.private: @LIBRNP_PRIVATE_LIBS@ +Cflags: -I${includedir} + |