blob: 1e7f6d3622200e0baf76283708ea0d8857d88162 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
libdir=/usr/local/lib
includedir=/usr/local/include
Name: gtest
Description: GoogleTest (without main() function)
Version: 1.11.0
URL: https://github.com/google/googletest
Libs: -L${libdir} -lgtest
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1
|