gtest_main.pc 334 Bytes
Newer Older
chenzhuo's avatar
chenzhuo committed
1
2
3
4
5
6
7
8
9
10
libdir=/data/norm/lmdeploy/build/install/lib64
includedir=/data/norm/lmdeploy/build/install/include

Name: gtest_main
Description: GoogleTest (with main() function)
Version: 1.12.1
URL: https://github.com/google/googletest
Requires: gtest = 1.12.1
Libs: -L${libdir} -lgtest_main -pthread
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1