1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: Check
7Description: A unit test framework for C
8URL: https://libcheck.github.io/check/
9Version: @VERSION@
10Requires.private: @LIBSUBUNIT_PC@
11Libs: -L${libdir} -lcheck
12Libs.private: @GCOV_LIBS@ @PTHREAD_LIBS@ @LIBS@
13Cflags: -I${includedir} @PTHREAD_CFLAGS@
14