summaryrefslogtreecommitdiffstats
path: root/ipe.pc.in
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2011-12-01 09:41:56 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2011-12-01 09:41:56 +0100
commit8ed172cab141f02390d7c77abec9eb18fe212182 (patch)
tree79e99568eb8cd1240374e31e648e6b2716cf0111 /ipe.pc.in
parent7a847adfb41352466475428c61e85807ca4d25b8 (diff)
downloadufodecode-8ed172cab141f02390d7c77abec9eb18fe212182.tar.gz
ufodecode-8ed172cab141f02390d7c77abec9eb18fe212182.tar.bz2
ufodecode-8ed172cab141f02390d7c77abec9eb18fe212182.tar.xz
ufodecode-8ed172cab141f02390d7c77abec9eb18fe212182.zip
Make ipedec a lib and executable
Diffstat (limited to 'ipe.pc.in')
-rw-r--r--ipe.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/ipe.pc.in b/ipe.pc.in
new file mode 100644
index 0000000..bbd9311
--- /dev/null
+++ b/ipe.pc.in
@@ -0,0 +1,10 @@
+prefix=${CMAKE_INSTALL_PREFIX}
+exec_prefix=${BIN_INSTALL_DIR}
+libdir=${LIB_INSTALL_DIR}
+includedir=${INCLUDE_INSTALL_DIR}
+
+Name: libipe
+Description: Decoding routines for the UFO camera
+Version: ${PACKAGE_VERSION}
+Libs: -L${LIB_INSTALL_DIR} -lipe
+Cflags: -I${INCLUDE_INSTALL_DIR}