FastSort/ext/htslib/htslib.pc.in

16 lines
490 B
PkgConfig
Raw Permalink Normal View History

2025-04-17 16:17:44 +08:00
includedir=@-includedir@
libdir=@-libdir@
# Flags and libraries needed when linking against a static libhts.a
# (used by manual and semi-manual pkg-config(1)-style enquiries).
static_ldflags=@static_LDFLAGS@
static_libs=@static_LIBS@
Name: htslib
Description: C library for high-throughput sequencing data formats
Version: @-PACKAGE_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lhts
Libs.private: -L${libdir} @private_LIBS@ -lhts -lm -lpthread
Requires.private: zlib @pc_requires@