diff options
Diffstat (limited to 'host/uhd.pc.in')
-rw-r--r-- | host/uhd.pc.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/host/uhd.pc.in b/host/uhd.pc.in new file mode 100644 index 000000000..b27edfd07 --- /dev/null +++ b/host/uhd.pc.in @@ -0,0 +1,15 @@ +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@ +URL: http://code.ettus.com/redmine/ettus/projects/uhd/wiki +Version: @CPACK_PACKAGE_VERSION@ +Requires: +Requires.private: @UHD_PC_REQUIRES@ +Conflicts: +Cflags: -I${includedir} @UHD_PC_CFLAGS@ +Libs: -L${libdir} -luhd +Libs.private: @UHD_PC_LIBS@ |