This commit is contained in:
2019-11-19 23:11:33 -07:00
parent 4ca4d8f02c
commit 7fba68cacd
141 changed files with 6090 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
libdir=/usr/local/lib
includedir=/usr/local/include
Name: gtest
Description: GoogleTest (without main() function)
Version: 1.10.0
URL: https://github.com/google/googletest
Libs: -L${libdir} -lgtest
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1