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