mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-10 09:26:15 +00:00
14 lines
303 B
PkgConfig
14 lines
303 B
PkgConfig
prefix=/usr/local
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: Check
|
|
Description: A unit test framework for C
|
|
URL: http://check.sourceforge.net
|
|
Version: 0.10.0
|
|
Requires.private:
|
|
Libs: -L${libdir} -lcheck
|
|
Libs.private: -lrt -lm
|
|
Cflags: -I${includedir} -pthread
|