mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-10 14:58:05 +00:00
17 lines
445 B
PkgConfig
17 lines
445 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
bindir=@bindir@
|
||
|
libdir=@libdir@
|
||
|
datarootdir=@datarootdir@
|
||
|
datadir=@datadir@
|
||
|
sysconfdir=@sysconfdir@
|
||
|
includedir=@includedir@
|
||
|
package=@PACKAGE@
|
||
|
|
||
|
Name: libtorrent-rasterbar
|
||
|
Description: Bittorrent library.
|
||
|
Version: @VERSION@
|
||
|
Libs: -L${libdir} -ltorrent-rasterbar
|
||
|
Libs.private: @LIBS@ @BOOST_SYSTEM_LIB@ @PTHREAD_LIBS@ @OPENSSL_LIBS@
|
||
|
Cflags: -I${includedir} -I${includedir}/libtorrent @COMPILETIME_OPTIONS@
|