gmock.pc 327 Bytes
Newer Older
chenzhuo's avatar
chenzhuo committed
1
2
3
4
5
6
7
8
9
10
libdir=/data/norm/lmdeploy/build/install/lib64
includedir=/data/norm/lmdeploy/build/install/include

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