12 lines
298 B
PkgConfig
12 lines
298 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: CppUtest
|
|
URL: https://github.com/cpputest/cpputest
|
|
Description: Easy to use unit test framework for C/C++
|
|
Version: @PACKAGE_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lstdc++ -lCppUTest -lCppUTestExt
|