Files
2019-11-05 23:02:16 -07:00

11 lines
263 B
PkgConfig

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