Statistics
| Branch: | Tag: | Revision:

root / host / uhd.pc.in @ bf77d1f6

History | View | Annotate | Download (276 Bytes)

1
prefix=@CMAKE_INSTALL_PREFIX@
2
exec_prefix=${prefix}
3
libdir=${prefix}/@LIBRARY_DIR@
4
includedir=${prefix}/@INCLUDE_DIR@
5

    
6
Name: @CPACK_PACKAGE_NAME@
7
Description: Universal Hardware Driver
8
Requires:
9
Version: @CPACK_PACKAGE_VERSION@
10
Libs: -L${libdir} -luhd
11
Cflags: -I${includedir}