File: bamtools.pc.in

package info (click to toggle)
bamtools 2.5.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,752 kB
  • sloc: cpp: 17,883; ansic: 47; sh: 27; makefile: 22
file content (10 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@

Name: BamTools
Description: BamTools is a C++ library for reading and manipulating BAM files
Version: @BamTools_VERSION@

Requires.private: @BAMTOOLS_PRIVATE_DEPS@
Libs: -L${libdir} -lbamtools
Cflags: -I${includedir}