11 lines
288 B
PkgConfig
11 lines
288 B
PkgConfig
|
prefix=${pcfiledir}/../..
|
||
|
libdir=${prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: gtest
|
||
|
Description: GoogleTest (without main() function)
|
||
|
Version: 1.9.0
|
||
|
URL: https://github.com/abseil/googletest
|
||
|
Libs: -L${libdir} -lgtest -lpthread
|
||
|
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -lpthread
|