mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-09 14:28:22 +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@
|