Files
quakemapping/tb/pkgconfig/gtest_main.pc
2020-01-11 20:29:21 +01:00

11 lines
307 B
PkgConfig

libdir=/opt/quakemapping/tb/lib64
includedir=/opt/quakemapping/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