mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-10 17:36:21 +00:00
14 lines
338 B
PkgConfig
14 lines
338 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Check
|
|
Description: A unit test framework for C
|
|
URL: http://check.sourceforge.net
|
|
Version: @VERSION@
|
|
Requires.private: @LIBSUBUNIT_PC@
|
|
Libs: -L${libdir} -lcheck
|
|
Libs.private: @GCOV_LIBS@ @PTHREAD_LIBS@ @LIBS@
|
|
Cflags: -I${includedir} @PTHREAD_CFLAGS@
|