From 8ed172cab141f02390d7c77abec9eb18fe212182 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Thu, 1 Dec 2011 09:41:56 +0100 Subject: Make ipedec a lib and executable --- ipe.pc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ipe.pc.in (limited to 'ipe.pc.in') 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} -- cgit v1.2.3