Too lazy to comment

This commit is contained in:
2020-01-11 20:29:21 +01:00
parent 7bcb5f1e2a
commit 243165461b
121 changed files with 359938 additions and 177389 deletions

9
tb/pkgconfig/gmock.pc Normal file
View File

@@ -0,0 +1,9 @@
libdir=/opt/quakemapping/tb/lib64
includedir=/opt/quakemapping/tb/include
Name: gmock
Description: GoogleMock (without main() function)
Version: 1.9.0
URL: https://github.com/google/googletest
Libs: -L${libdir} -lgmock -pthread
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -pthread

View File

@@ -0,0 +1,9 @@
libdir=/opt/quakemapping/tb/lib64
includedir=/opt/quakemapping/tb/include
Name: gmock_main
Description: GoogleMock (with main() function)
Version: 1.9.0
URL: https://github.com/google/googletest
Libs: -L${libdir} -lgmock_main -pthread
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -pthread

9
tb/pkgconfig/gtest.pc Normal file
View File

@@ -0,0 +1,9 @@
libdir=/opt/quakemapping/tb/lib64
includedir=/opt/quakemapping/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

View File

@@ -0,0 +1,10 @@
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