gtest.pc 289 B

12345678910
  1. prefix=${pcfiledir}/../..
  2. libdir=${prefix}/lib
  3. includedir=${prefix}/include
  4. Name: gtest
  5. Description: GoogleTest (without main() function)
  6. Version: 1.10.0
  7. URL: https://github.com/google/googletest
  8. Libs: -L${libdir} -lgtest -lpthread
  9. Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -lpthread