check.pc.in 343 B

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