gmock.pc 262 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
libdir=/usr/local/lib
includedir=/usr/local/include

Name: gmock
Description: GoogleMock (without main() function)
Version: 1.9.0
URL: https://github.com/google/googletest
Libs: -L${libdir} -lgmock -pthread
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -pthread