summaryrefslogtreecommitdiffstats
path: root/pcidev.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'pcidev.pc.in')
-rw-r--r--pcidev.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/pcidev.pc.in b/pcidev.pc.in
new file mode 100644
index 0000000..0da4ca0
--- /dev/null
+++ b/pcidev.pc.in
@@ -0,0 +1,10 @@
+prefix=${CMAKE_INSTALL_PREFIX}
+exec_prefix=${CMAKE_INSTALL_FULL_BINDIR}
+libdir=${PCILIB_PLUGIN_DIR}
+includedir=${CMAKE_INSTALL_FULL_INCLUDEDIR}
+
+Name: ${TARNAME}
+Description: Sample event engine for pcilib
+Version: ${PACKAGE_VERSION}
+Libs: -L${PCILIB_PLUGIN_DIR} -lpcidev
+Cflags: -I${CMAKE_INSTALL_FULL_INCLUDEDIR}