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

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