googletest/mybuild/googlemock/gmock.pc
2018-08-20 14:10:58 -04:00

10 lines
262 B
PkgConfig

libdir=/usr/local/lib
includedir=/usr/local/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