mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
15 lines
441 B
PkgConfig
15 lines
441 B
PkgConfig
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@
|