summaryrefslogtreecommitdiffstats
path: root/libk8055/k8055++.pc.in
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-08-05 16:38:51 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2013-08-05 16:38:51 +0200
commit3f5e9fbb2b526842ee422eaba7490ebe4cf1ea71 (patch)
tree64247e479171a5e4ff8136ba9986d2ba6c4dbcda /libk8055/k8055++.pc.in
parentc11a10907494e78e55260cae379f6edd5baaeac9 (diff)
downloadk8055-3f5e9fbb2b526842ee422eaba7490ebe4cf1ea71.zip
k8055-3f5e9fbb2b526842ee422eaba7490ebe4cf1ea71.tar.gz
add k8055++.pc
Diffstat (limited to 'libk8055/k8055++.pc.in')
-rw-r--r--libk8055/k8055++.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/libk8055/k8055++.pc.in b/libk8055/k8055++.pc.in
new file mode 100644
index 0000000..faa5f3d
--- /dev/null
+++ b/libk8055/k8055++.pc.in
@@ -0,0 +1,10 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: k8055++
+Description: Velleman k8055 USB Experiment Interface Board C++ interface
+Version: @VERSION@
+Libs: -L${libdir} -lk8055++
+Cflags: -I${includedir}