mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2024-11-06 18:57:42 +01:00
12 lines
267 B
PkgConfig
12 lines
267 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: RTL-SDR Library
|
|
Description: C Utility Library
|
|
Version: @VERSION@
|
|
Cflags: -I${includedir}/ @RTLSDR_PC_CFLAGS@
|
|
Libs: -L${libdir} -lrtlsdr -lusb-1.0
|
|
Libs.private: @RTLSDR_PC_LIBS@
|