aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeposite Pirate2018-09-16 22:58:38 +0200
committerDeposite Pirate2018-09-16 22:58:38 +0200
commitf29f632e05deb807b21966b448eb2cc65f36dfc3 (patch)
treeffce05a63bc5be31285fd6523a4a9ad4dbe59b71
parent009c009a6b8585dc6b528bc0d6b5e1e6659518f9 (diff)
Add pkgconfig support.
-rw-r--r--compface.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/compface.pc.in b/compface.pc.in
new file mode 100644
index 0000000..845ab10
--- /dev/null
+++ b/compface.pc.in
@@ -0,0 +1,11 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+libdir=@INSTALL_LIB_DIR@
+includedir=@INSTALL_INC_DIR@
+
+Name: compface
+Description: compface image library
+Version: @VERSION@
+
+Libs: -L${libdir} -lcompface
+Cflags: -I${includedir}