[Check]: Disable the document to correct build error.
[platform/upstream/check.git] / check.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: Check
7 Description: A unit test framework for C
8 URL: https://libcheck.github.io/check/
9 Version: @VERSION@
10 Requires.private: @LIBSUBUNIT_PC@
11 Libs: -L${libdir} -lcheck
12 Libs.private: @GCOV_LIBS@ @PTHREAD_LIBS@ @LIBS@
13 Cflags: -I${includedir} @PTHREAD_CFLAGS@