premiere-libtorrent/libtorrent.pc.in

15 lines
402 B
PkgConfig
Raw Normal View History

prefix=@prefix@
exec_prefix=@exec_prefix@
bindir=@bindir@
libdir=@libdir@
datadir=@datadir@
sysconfdir=@sysconfdir@
includedir=@includedir@
package=@PACKAGE@
Name: libtorrent
Description: Bittorrent library.
Version: @VERSION@
Libs: -L${libdir} @LIBS@ -l@BOOST_DATE_TIME_LIB@ -l@BOOST_FILESYSTEM_LIB@ -l@BOOST_THREAD_LIB@ @ZLIB@ -ltorrent
Cflags: -I${includedir} -I${includedir}/libtorrent @CPPFLAGS@