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