11 lines
329 B
PkgConfig
11 lines
329 B
PkgConfig
|
|
libdir=/home/lgv/cmvr/thrid_party/gtest/1.17.0/lib
|
||
|
|
includedir=/home/lgv/cmvr/thrid_party/gtest/1.17.0/include
|
||
|
|
|
||
|
|
Name: gmock
|
||
|
|
Description: GoogleMock (without main() function)
|
||
|
|
Version: 1.16.0
|
||
|
|
URL: https://github.com/google/googletest
|
||
|
|
Requires: gtest = 1.16.0
|
||
|
|
Libs: -L${libdir} -lgmock
|
||
|
|
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1
|