Files
quakemapping/tb/lib64/pkgconfig/gtest.pc
2019-12-30 17:23:05 +01:00

10 lines
276 B
PkgConfig

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