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

11 lines
299 B
PkgConfig

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