blob: 87614c67999226c78e2996fa4a7a3f0cb90ea7e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
libdir=/usr/local/lib
includedir=/usr/local/include
Name: gmock
Description: GoogleMock (without main() function)
Version: 1.11.0
URL: https://github.com/google/googletest
Requires: gtest = 1.11.0
Libs: -L${libdir} -lgmock
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1
|