diff options
author | Deposite Pirate | 2018-09-16 22:58:38 +0200 |
---|---|---|
committer | Deposite Pirate | 2018-09-16 22:58:38 +0200 |
commit | f29f632e05deb807b21966b448eb2cc65f36dfc3 (patch) | |
tree | ffce05a63bc5be31285fd6523a4a9ad4dbe59b71 | |
parent | 009c009a6b8585dc6b528bc0d6b5e1e6659518f9 (diff) |
Add pkgconfig support.
-rw-r--r-- | compface.pc.in | 11 |
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} |