mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
15 lines
439 B
PkgConfig
15 lines
439 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: https://github.com/EttusResearch/uhd
|
|
Version: @CPACK_PACKAGE_VERSION@
|
|
Requires:
|
|
Requires.private: @UHD_PC_REQUIRES@
|
|
Conflicts:
|
|
Cflags: -I${includedir} @UHD_PC_CFLAGS@
|
|
Libs: -L${libdir} -luhd -lboost_system
|
|
Libs.private: @UHD_PC_LIBS@
|