File size: 315 Bytes
4dd49b2 | 1 2 3 4 5 6 7 8 9 10 | libdir=/mnt/bn/bohanzhainas1/jiashuo/miniconda3/lib
includedir=/mnt/bn/bohanzhainas1/jiashuo/miniconda3/include
Name: gtest
Description: GoogleTest (without main() function)
Version: 1.11.0
URL: https://github.com/google/googletest
Libs: -L${libdir} -lgtest -lpthread
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1
|