summaryrefslogtreecommitdiffstats
path: root/apt-pkg/apt-pkg.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/apt-pkg.pc.in')
-rw-r--r--apt-pkg/apt-pkg.pc.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/apt-pkg/apt-pkg.pc.in b/apt-pkg/apt-pkg.pc.in
new file mode 100644
index 0000000..c6491d9
--- /dev/null
+++ b/apt-pkg/apt-pkg.pc.in
@@ -0,0 +1,8 @@
+libdir=@CMAKE_INSTALL_FULL_LIBDIR@
+includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
+
+Name: apt-pkg
+Description: package management runtime library
+Version: @PROJECT_VERSION@
+Libs: -L${libdir} -lapt-pkg -pthread
+Cflags: -I${includedir}