summaryrefslogtreecommitdiffstats
path: root/host/uhd.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'host/uhd.pc.in')
-rw-r--r--host/uhd.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/host/uhd.pc.in b/host/uhd.pc.in
new file mode 100644
index 000000000..536f254ed
--- /dev/null
+++ b/host/uhd.pc.in
@@ -0,0 +1,11 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/@LIBRARY_DIR@
+includedir=${prefix}/@INCLUDE_DIR@
+
+Name: @CPACK_PACKAGE_NAME@
+Description: @CPACK_PACKAGE_DESCRIPTION_SUMMARY@
+Requires:
+Version: @CPACK_PACKAGE_VERSION@
+Libs: -L${libdir} -luhd
+Cflags: -I${includedir}