aboutsummaryrefslogtreecommitdiffstats
path: root/uhd.pc.in
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-02-15 16:53:03 -0800
committerJosh Blum <josh@joshknows.com>2010-02-15 16:53:03 -0800
commitb2dc873c221fb48ee67dcfb3262fdf55a8725ed1 (patch)
tree5d9026f43520f2126656e4024a7f632e748b98ce /uhd.pc.in
parent8d76c9a40859182d601d6f58064ddb7181fb6ce6 (diff)
downloaduhd-b2dc873c221fb48ee67dcfb3262fdf55a8725ed1.tar.gz
uhd-b2dc873c221fb48ee67dcfb3262fdf55a8725ed1.tar.bz2
uhd-b2dc873c221fb48ee67dcfb3262fdf55a8725ed1.zip
Added CMakeLists.txt for the include dir.
Setting up the pkg config file through cmake. Added stuff to cmake to add optional flags.
Diffstat (limited to 'uhd.pc.in')
-rw-r--r--uhd.pc.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/uhd.pc.in b/uhd.pc.in
index 39d96f8b0..02b0868aa 100644
--- a/uhd.pc.in
+++ b/uhd.pc.in
@@ -1,11 +1,11 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=@CMAKE_INSTALL_PREFIX@
+libdir=@CMAKE_INSTALL_PREFIX@/@LIBRARY_DIR@
+includedir=@CMAKE_INSTALL_PREFIX@/@HEADER_DIR@
-Name: uhd
+Name: @CPACK_PACKAGE_NAME@
Description: Universal Hardware Driver
-Requires:
-Version: @VERSION@
+Requires:
+Version: @CPACK_PACKAGE_VERSION@
Libs: -L${libdir} -luhd
Cflags: -I${includedir}