This commit is contained in:
2019-10-08 00:38:06 -06:00
parent 2124fc3bb6
commit a8626b59b4
152 changed files with 7089 additions and 67 deletions

View File

@@ -0,0 +1,10 @@
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