This commit is contained in:
智皓 张
2022-12-06 15:51:32 +08:00
parent 7158e9775d
commit 747486aac1
416 changed files with 144673 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
libdir=/usr/local/lib
includedir=/usr/local/include
Name: gtest_main
Description: GoogleTest (with main() function)
Version: 1.9.0
URL: https://github.com/google/googletest
Requires: gtest
Libs: -L${libdir} -lgtest_main -pthread
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -pthread