1includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
2
3Name: @CMAKE_PROJECT_NAME@
4Description: C++ library for biological sequence analysis
5URL: http://www.seqan.de
6Version: @SEQAN_VERSION_STRING@
7Requires: zlib
8Cflags: -I${includedir} -DSEQAN_HAS_ZLIB=1 -DSEQAN_HAS_BZIP2=1
9Libs: -lbz2
10