10 lines
284 B
PkgConfig
10 lines
284 B
PkgConfig
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
|