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