History | View | Annotate | Download (276 Bytes)
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${prefix}/@LIBRARY_DIR@
includedir=${prefix}/@INCLUDE_DIR@
Name: @CPACK_PACKAGE_NAME@
Description: Universal Hardware Driver
Requires:
Version: @CPACK_PACKAGE_VERSION@
Libs: -L${libdir} -luhd
Cflags: -I${includedir}