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