From b2dc873c221fb48ee67dcfb3262fdf55a8725ed1 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 15 Feb 2010 16:53:03 -0800 Subject: Added CMakeLists.txt for the include dir. Setting up the pkg config file through cmake. Added stuff to cmake to add optional flags. --- uhd.pc.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'uhd.pc.in') 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} -- cgit v1.2.3